Charles Packer
|
b35de11d96
|
chore: run autoflake + isort (#1279)
|
2024-04-20 11:40:22 -07:00 |
|
Charles Packer
|
a3c19a70f5
|
fix: misc bugs (#1276)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2024-04-20 10:24:51 -07:00 |
|
Sarah Wooders
|
922fd5b513
|
feat: use background tasks for processing uploaded files to REST API (#1263)
|
2024-04-19 18:15:30 -07:00 |
|
Charles Packer
|
d7d1bd1516
|
feat: add streaming support for OpenAI-compatible endpoints (#1262)
|
2024-04-17 23:40:52 -07:00 |
|
Sarah Wooders
|
e1063e3129
|
fix: update ChatCompletionResponse to make model field optional (#1258)
|
2024-04-15 14:21:34 -07:00 |
|
Charles Packer
|
703ea47d72
|
feat: add Google AI Gemini Pro support (#1209)
|
2024-04-10 19:43:44 -07:00 |
|
Sarah Wooders
|
806a982b39
|
feat: REST API support for tool creation (#1219)
Co-authored-by: cpacker <packercharles@gmail.com>
|
2024-04-08 22:11:18 -07:00 |
|
Sarah Wooders
|
08fd722f13
|
feat: add description to source (#1175)
|
2024-03-21 13:02:50 -07:00 |
|
Charles Packer
|
542d78c102
|
fix: additions to utc patch (#1176) (#1177)
|
2024-03-21 13:02:19 -07:00 |
|
Charles Packer
|
d0dfa7c34e
|
feat: add Preset routes to API + patch for tool_call_id max length OpenAI error (#1165)
|
2024-03-20 17:05:06 -07:00 |
|
Charles Packer
|
b467008bc4
|
feat: return source metadata with list sources route (#1164)
|
2024-03-18 17:21:09 -07:00 |
|
Sarah Wooders
|
e58ca5baed
|
feat: add remaining Python client support for REST API routes + tests (#1160)
|
2024-03-17 17:34:37 -07:00 |
|
Charles Packer
|
16a9bddb22
|
fix: (1) refactor in Agent.step() to fix out-of-order timestamps, (2) bug fixes with usage of preset/human vs filename values (#1145)
|
2024-03-16 20:11:31 -07:00 |
|
Charles Packer
|
d1a22d0b69
|
feat: add a last_run field to the agent state model (#1124)
|
2024-03-10 18:06:00 -07:00 |
|
Sarah Wooders
|
dc958bcd9e
|
feat: Add data sources to REST API (#1118)
|
2024-03-10 14:34:35 -07:00 |
|
Charles Packer
|
deb9b292cb
|
feat: add metadata to GET tools route (#1117)
|
2024-03-08 14:13:08 -08:00 |
|
Charles Packer
|
691c3c1658
|
fix: silence pydantic warning about protected namespace (#1116)
|
2024-03-08 14:03:28 -08:00 |
|
Charles Packer
|
bee8d1b72b
|
feat: add GET REST API route for listing tools (#1100)
|
2024-03-05 22:11:24 -08:00 |
|
Charles Packer
|
637cb9c2b4
|
feat: one time pass of autoflake + add autoflake to dev extras (#1097)
Co-authored-by: tombedor <tombedor@gmail.com>
|
2024-03-05 16:35:12 -08:00 |
|
Sarah Wooders
|
40b23987ed
|
feat: Update REST API routes GET information for agents/humans/personas and store humans/personas in DB (#1074)
|
2024-03-02 13:07:24 -08:00 |
|
Sarah Wooders
|
3b99151711
|
feat: Create RESTClient and Admin client for interacting with server from python (#1033)
|
2024-02-22 11:16:01 -08:00 |
|
Sarah Wooders
|
bf252b90f0
|
feat: Partial support for OpenAI-compatible assistant API (#838)
|
2024-02-13 16:09:20 -08:00 |
|
Charles Packer
|
0727c802f0
|
fix: patch bug in verify first message + add ChatCompletionRequest models to the models dir (#985)
|
2024-02-09 17:00:33 -08:00 |
|
Charles Packer
|
2aa2e12502
|
fix: various patches for Azure support + strip Box (#982)
|
2024-02-09 15:01:57 -08:00 |
|
Charles Packer
|
c07746b097
|
refactor: Use Message types inside Agent state (agent.messages), enabling immediate tracking of Message objects (#836)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
|
2024-01-17 17:02:56 -08:00 |
|