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.
This commit is contained in:
@@ -11,6 +11,7 @@ __pycache__/
|
||||
*.pyo
|
||||
.venv/
|
||||
venv/
|
||||
venvv/
|
||||
env/
|
||||
*.egg-info/
|
||||
dist/
|
||||
@@ -29,3 +30,8 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user