533 B
533 B
Project Agent
Use this skill when the user asks to create a development task, formalize a feature request, analyze a repository, or create a Taiga task with code context.
The project-agent service is available at:
http://host.docker.internal:8787
Create code-aware Taiga task
When the user asks to create a task with repository/code context, call:
curl -sS -X POST http://host.docker.internal:8787/tasks/from-code \
-H "Content-Type: application/json" \
-d '{"project":"PROJECT_NAME","text":"USER_TASK_TEXT"}'