Skip to content

Commit 45eb65b

Browse files
authored
Fix typo in AGENTS.md regarding tests (#41)
1 parent 9e37a24 commit 45eb65b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The following is a guide for working with this project.
66

77
## Project structure
88

9-
This Python project uses the `uv` package manager. You should always use `uv` to install dependencies, run the agent, and run testss
9+
This Python project uses the `uv` package manager. You should always use `uv` to install dependencies, run the agent, and run tests.
1010

1111
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).
1212

0 commit comments

Comments
 (0)