Ankush Gola
|
7b5e160d28
|
Make Tools own model, add ToolKit Concept (#1095)
Follow-up of @hinthornw's PR:
- Migrate the Tool abstraction to a separate file (`BaseTool`).
- `Tool` implementation of `BaseTool` takes in function and coroutine to
more easily maintain backwards compatibility
- Add a Toolkit abstraction that can own the generation of tools around
a shared concept or state
---------
Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com>
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
Co-authored-by: Francisco Ingham <fpingham@gmail.com>
Co-authored-by: Dhruv Anand <105786647+dhruv-anand-aintech@users.noreply.github.com>
Co-authored-by: cragwolfe <cragcw@gmail.com>
Co-authored-by: Anton Troynikov <atroyn@users.noreply.github.com>
Co-authored-by: Oliver Klingefjord <oliver@klingefjord.com>
Co-authored-by: William Fu-Hinthorn <whinthorn@Williams-MBP-3.attlocal.net>
Co-authored-by: Bruno Bornsztein <bruno.bornsztein@gmail.com>
|
2023-02-18 13:40:43 -08:00 |
|
Harrison Chase
|
cf98f219f9
|
Harrison/tools exp (#372)
|
2022-12-18 21:51:23 -05:00 |
|
Harrison Chase
|
78b31e5966
|
Harrison/cache (#343)
|
2022-12-15 07:53:32 -08:00 |
|
Harrison Chase
|
9bb7195085
|
Harrison/llm saving (#331)
Co-authored-by: Akash Samant <70665700+asamant21@users.noreply.github.com>
|
2022-12-13 06:46:01 -08:00 |
|
John McDonnell
|
68666d6a22
|
Gracefully degrade when model asks for nonexistent tool (#268)
Not yet tested, but very simple change, assumption is that we're cool
with just producing a generic output when tool is not found
|
2022-12-06 21:52:48 -08:00 |
|
Harrison Chase
|
d3a7429f61
|
(WIP) agents (#171)
|
2022-11-22 06:16:26 -08:00 |
|