Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: agent Request JSON format + ask tool for asking the task dispatcher for the details #63

Open
pkarw opened this issue Dec 9, 2024 · 2 comments

Comments

@pkarw
Copy link
Collaborator

pkarw commented Dec 9, 2024

Related to #60
Would be great to have a constant format of the agent request message - which consists of all the details required for this task to be executed by the agent (e.g. results of the previous tasks, some overall goal information, etc.); to let us keep agents separated but communicated. The constant format is maybe not a bad idea as it will let us easier build a debugging tools.

Then there should be a tool to ask for the details - that seems required to perform the task but was missing in this request. It works like @grabbou described in the #60 - so kind of short-term memory based on the overall message context.

@grabbou
Copy link
Collaborator

grabbou commented Dec 9, 2024

Isn't this duplicate of #5? :D

@grabbou grabbou changed the title feat: Agent Request JSON format + ask tool for asking the task dispatcher for the details feat: agent Request JSON format + ask tool for asking the task dispatcher for the details Dec 9, 2024
@pkarw
Copy link
Collaborator Author

pkarw commented Dec 10, 2024

@grabbou no, #5 was about agents asking other agents- this one was about the Request format plus asking Disparcher which is different kind of animal 🦒😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants