You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The following is a guide for working with this project.
6
6
7
7
## Project structure
8
8
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.
10
10
11
11
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).
0 commit comments