update api for subagent protocol and delete hermes agent

This commit is contained in:
fedorkobylkevitch 2026-04-25 01:39:02 +03:00
parent ff1799cd98
commit 952b2e7d17
1150 changed files with 704 additions and 458893 deletions

View file

@ -7,3 +7,4 @@ class TaskStatus(str, Enum):
running = "running"
succeeded = "succeeded"
failed = "failed"
cancelled = "cancelled"