Compare commits

...

2 Commits

Author SHA1 Message Date
Cursor Agent
d06e4a2b24 chore(env): inline self-contained install in environment.json
Co-authored-by: Rip&Tear <theCyberTech@users.noreply.github.com>
2026-08-14 11:19:00 +00:00
Cursor Agent
ef829d6514 chore(env): add cloud agent development environment config
Co-authored-by: Rip&Tear <theCyberTech@users.noreply.github.com>
2026-08-14 11:10:36 +00:00

4
.cursor/environment.json Normal file
View File

@@ -0,0 +1,4 @@
{
"name": "CrewAI",
"install": "export PATH=\"$HOME/.local/bin:$PATH\"\ncommand -v uv >/dev/null 2>&1 || curl -LsSf https://astral.sh/uv/install.sh | sh\nexport PATH=\"$HOME/.local/bin:$PATH\"\nuv sync --all-groups --all-extras"
}