Agent core principles #58
kostapetan
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to define a minimal, high level set of principles around what Agents should be able to do.
Here is an initial proposal:
Agents should:
Possibly the agent can ask another agent for it's memory recollection instead of it having access to hierarchical memory?
We can have a convention in how we construct the agent IDs, so it's hierarchical in nature. We can use / to designate level, similar to how the web constructs paths.
Example would be:
agent with ID - microsoft/aigents/3, being an agent scoped at the discussions level.
When that agent wants to ask a higher scoped agent for information, it can just point to an agent with ID - microsoft/aigents or even further microsoft.
Beta Was this translation helpful? Give feedback.
All reactions