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

Refactoring: rearchitecturing agent library #50

Open
sunrabbit123 opened this issue Jan 23, 2025 · 0 comments
Open

Refactoring: rearchitecturing agent library #50

sunrabbit123 opened this issue Jan 23, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sunrabbit123
Copy link
Contributor

Current agents handle the entire conversation cycle from start to end, not just a single conversational context. This means too many responsibilities are assigned to the agent, resulting in an interface that is difficult for library users to manage. Therefore, we emphasize separating functions into atomic units handling only single responses and using a composition pattern.

@sunrabbit123 sunrabbit123 self-assigned this Jan 23, 2025
@sunrabbit123 sunrabbit123 added the enhancement New feature or request label Jan 23, 2025
@sunrabbit123 sunrabbit123 moved this to Todo in WrtnLabs Jan 24, 2025
@sunrabbit123 sunrabbit123 moved this from Todo to Drop in WrtnLabs Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Drop
Development

No branches or pull requests

1 participant