Feature/tool group (#484)

* Tech spec for tool group

* Partial tool group implementation

* Tool group tests
This commit is contained in:
cybermaggedon 2025-09-03 23:39:49 +01:00 committed by GitHub
parent 672e358b2f
commit e74eb5d1ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 1304 additions and 6 deletions

View file

@ -16,8 +16,8 @@ class AgentStep(Record):
class AgentRequest(Record):
question = String()
plan = String()
state = String()
group = Array(String())
history = Array(AgentStep())
class AgentResponse(Record):