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

Consider removing AgentAction class #253

Open
evangriffiths opened this issue Jun 17, 2024 · 1 comment
Open

Consider removing AgentAction class #253

evangriffiths opened this issue Jun 17, 2024 · 1 comment

Comments

@evangriffiths
Copy link
Contributor

This is a class for making Functions/tools that the microchain agent uses to get/change properties about itself. The class has an Agent property, which seems like the wrong way round (i.e. an agent should have a tool).

See thread here #222 (comment)

Copy link
Contributor

coderabbitai bot commented Jul 3, 2024

Ah I guess this is necessary only because of agent's functions?

functions.extend([f(agent=agent) for f in AGENT_FUNCTIONS])

So if #253 is resolved, this dummy build_agent could be replaced with build_agent_functions.

@kongzii kongzii added this to the General Agent milestone Jul 23, 2024
@kongzii kongzii removed this from the General Agent - Task Queue milestone Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants