-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
feat: tools refactor, started work on subagent #79
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #79 +/- ##
==========================================
- Coverage 81.38% 79.30% -2.08%
==========================================
Files 27 29 +2
Lines 1896 2092 +196
==========================================
+ Hits 1543 1659 +116
- Misses 353 433 +80 ☔ View full report in Codecov by Sentry. |
Ended up refactoring how tools are defined and registered, including how their prompts are constructed from their tool specs. Tools are extremely modular now. |
Hoping to finally get this merged |
Related issues:
Questions
From my notes
I should add a function that serves as a wrapper to chat, making a prompt that makes the agent give a JSON return value.