Add initial file surfer + examples for team one (#126)

* Add initial file surfer

* Fix return type

* Add example for running coder

* Run hatch check

* Add example for file surfer

* Add aiofiles to dependencies
This commit is contained in:
gagb
2024-06-25 14:27:45 -07:00
committed by GitHub
parent 44443c8aad
commit 292964934b
5 changed files with 218 additions and 36 deletions

View File

@@ -19,6 +19,7 @@ dependencies = [
"aiohttp",
"typing-extensions",
"pydantic>=1.10,<3",
"types-aiofiles"
]
[tool.hatch.envs.default]