Files
dapa46 0f38d8d588 Add Deep Agents UI, pipeline fixes, and agent improvements.
Includes deep-agents-ui integration, rework detection via Gitea,
tool-call sanitization fixes, and startup scripts.
2026-06-18 19:33:26 +03:00

38 lines
535 B
Plaintext

# Секреты — НИКОГДА не в репо
.env
# Рабочая директория агента (клонированные репо, черновики)
src/agent/agent_workspace/*
!src/agent/agent_workspace/.gitkeep
# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
venv/
venvv/
env/
*.egg-info/
dist/
build/
.eggs/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# LangGraph / LangSmith
.langgraph_api/
# Deep Agents UI (Next.js)
deep-agents-ui/node_modules/
deep-agents-ui/.next/
deep-agents-ui/.env.local