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

[Feature]: Implement New Agent within Existing Framework #15

Open
wiseaidev opened this issue Apr 5, 2024 · 0 comments
Open

[Feature]: Implement New Agent within Existing Framework #15

wiseaidev opened this issue Apr 5, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@wiseaidev
Copy link
Contributor

This issue serves as a guide for integrating a new agent into our framework. The initial step involves defining a struct that encapsulates your agent's functionality, incorporating a field of type AgentGPT, which implements the Agent trait.

The next step is to expand the agent's capabilities by introducing any necessary API clients. Following this, you'll implement methods within the defined struct that leverage your API Client type effectively. Have a look at the existing agents for inspirations (e.g. ArchitectGPT):

https://github.com/kevin-rs/kevin/blob/a57c9db65da467727dee554c3c4c2fcb80cd483f/src/agents/architect.rs#L57-L68

ArchitectGPT's Client function example:

https://github.com/kevin-rs/kevin/blob/a57c9db65da467727dee554c3c4c2fcb80cd483f/src/agents/architect.rs#L239-L253

@wiseaidev wiseaidev added enhancement New feature or request good first issue Good for newcomers labels Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant