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

Breaking: Bury the principle of agents #40

Merged
merged 17 commits into from
Aug 7, 2024
Merged

Conversation

frankroeder
Copy link
Owner

This PR eliminates the concept of agents and simplifies the process by retaining the current model and provider selection, using a default set of parameters for the chat and command routines separately.

- request APIs to return available models
- provide chat and command parameters for each provider
- provide model and parameters separately (the same for topic request)
- adjust unit tests
- adjust readme
- minimize the number of provider initializations
- add API calls to ask for available models
- fix new state: now stores chat and command agent separately
- fix bug regarding command prompts
- add example provider to documentation with new structure
@frankroeder frankroeder merged commit b8dd2fd into main Aug 7, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

1 participant