diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..822a8eb --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,17 @@ +# Agent Instructions + +This repository provides a base library for building GraphQL servers across multiple Python web frameworks. + +## Project Structure +- `src/graphql_server/` contains the library implementation. +- `src/tests/` houses the unit tests. +- `docs/` includes framework-specific documentation. +- `pyproject.toml` defines project metadata and dependencies. +- `noxfile.py` holds automation sessions for linting and testing. + +## Running Tests +Run the full test suite with: + +```bash +uv run pytest +```