chore: uv for all

This commit is contained in:
Timothy
2026-02-04 19:57:41 -08:00
parent 3114af75e4
commit 8f32ef8064
45 changed files with 239 additions and 156 deletions
+2 -2
View File
@@ -97,7 +97,7 @@ claude> /building-agents-construction
claude> /testing-agent
# Executar seu agente
PYTHONPATH=core:exports python -m your_agent_name run --input '{...}'
PYTHONPATH=exports uv run python -m your_agent_name run --input '{...}'
```
**[📖 Guia Completo de Configuração](ENVIRONMENT_SETUP.md)** - Instruções detalhadas para desenvolvimento de agentes
@@ -243,7 +243,7 @@ claude> /building-agents-construction
claude> /testing-agent
# Executar agentes
PYTHONPATH=core:exports python -m agent_name run --input '{...}'
PYTHONPATH=exports uv run python -m agent_name run --input '{...}'
```
Consulte [ENVIRONMENT_SETUP.md](ENVIRONMENT_SETUP.md) para instruções completas de configuração.