Fix typo in AGENTS.md regarding tests (#41)

This commit is contained in:
miluchen
2026-01-02 09:39:54 -08:00
committed by GitHub
parent 9e37a24c04
commit 45eb65bcf9
+1 -1
View File
@@ -6,7 +6,7 @@ The following is a guide for working with this project.
## Project structure ## Project structure
This Python project uses the `uv` package manager. You should always use `uv` to install dependencies, run the agent, and run testss This Python project uses the `uv` package manager. You should always use `uv` to install dependencies, run the agent, and run tests.
All app-level code is in the `src/` directory. In general, simple agents can be constructed with a single `agent.py` file. Additional files can be added, but you must retain `agent.py` as the entrypoint (see the associated Dockerfile for how this is deployed). All app-level code is in the `src/` directory. In general, simple agents can be constructed with a single `agent.py` file. Additional files can be added, but you must retain `agent.py` as the entrypoint (see the associated Dockerfile for how this is deployed).