Jack Gerrits
|
8cb530f65e
|
Simplify handler decorator (#50)
* Simplify handler decorator
* add more tests
* mypy
* formatting
* fix 3.10 and improve type handling of decorator
* test fix
* format
|
2024-06-05 08:51:49 -04:00 |
|
Jack Gerrits
|
c0143069f4
|
Rename modules (#45)
|
2024-06-04 14:00:05 +00:00 |
|
Eric Zhu
|
a97703e441
|
Code executor cleanup (#37)
* Remove code extractor; remove sanitization; clean up oai assistant; remove random agent. #36
* format
|
2024-06-02 20:49:46 -07:00 |
|
Eric Zhu
|
04c30596ed
|
add tool call to chat completion agent (#35)
* add tool call to chat completion agent
* refactor function executor; tool executor in chat completion agent
* update example
* update orchestrator chat demo
* handle function execution result message type
* format
* temp fix for examples.
* fix
* update chat completion agent
|
2024-05-30 09:01:35 -07:00 |
|
Jack Gerrits
|
2dc7af87ef
|
Add function and code execution (#34)
* WIP code execution
* add tests, reorganize
* fix polars test
* credit statements
* attributions
|
2024-05-29 17:12:02 -04:00 |
|
Jack Gerrits
|
15268a86dd
|
add structured logging for llm calls (#33)
* add structured logging for llm calls
* fix dep version
|
2024-05-29 10:38:11 -04:00 |
|
Jack Gerrits
|
7568a7a447
|
impl state management (#28)
|
2024-05-27 20:25:25 -04:00 |
|
Jack Gerrits
|
afc1666d5b
|
organize core submodule (#27)
|
2024-05-27 17:10:56 -04:00 |
|
Jack Gerrits
|
f8f7418ebf
|
ensure agent name is unique, add some docs (#26)
|
2024-05-27 16:33:28 -04:00 |
|
Jack Gerrits
|
cb55e00819
|
Remove require_response, rename broadcast to publish, remove publish responses (#25)
* rename broadcast to publish
* remove require response, remove responses from publishing
|
2024-05-26 08:45:02 -04:00 |
|
Jack Gerrits
|
8d1f4aedc0
|
Add require response and remove generic types (#13)
|
2024-05-23 13:00:05 -07:00 |
|
Jack Gerrits
|
77c8cca9ae
|
Implement intervention (#8)
|
2024-05-20 16:30:45 -07:00 |
|
Jack Gerrits
|
5afbadbe43
|
Add support for task cancellation (#7)
* Add support for task cancellation
* add tests to CI
* matrix for python testing
|
2024-05-20 15:32:08 -04:00 |
|