Commit Graph

29 Commits

Author SHA1 Message Date
Charles Packer
55a36a6e3d
revert: #1659 (#1660) 2024-08-16 19:52:47 -07:00
Sarah Wooders
b39ad16a9d
refactor: move API to standardized pydantic schemas across CLI, Python client, REST server (cleaned up git history) (#1659)
Co-authored-by: cpacker <packercharles@gmail.com>
Co-authored-by: matthew zhou <matthewzhou@matthews-MacBook-Pro.local>
Co-authored-by: Zack Field <field.zackery@gmail.com>
Co-authored-by: robingotz <tug29225@temple.edu>
Co-authored-by: Vandracon <vandracon@yahoo.com>
Co-authored-by: Maximilian-Winter <maximilian.winter.91@gmail.com>
Co-authored-by: Scott <scott@vysona.com>
Co-authored-by: Jonathan Ward <jonathan.ward7892@gmail.com>
Co-authored-by: madgrizzle <john@thehogans.name>
Co-authored-by: Carlo <284474102@qq.com>
Co-authored-by: Shubham Naik <shubham.naik10@gmail.com>
Co-authored-by: Robin Goetz <35136007+goetzrobin@users.noreply.github.com>
2024-08-16 19:33:47 -07:00
Carlo
39e6b8c2f9 add index 2024-08-05 13:24:44 +08:00
Carlo
51a52bb456 add index 2024-08-02 21:59:36 +08:00
Sarah Wooders
3658c28ded
fix: fix CLI commands by migrating to Python client (#1563) 2024-07-23 19:52:18 -07:00
Charles Packer
477867f3ec
feat: patch missing inner thoughts on new openai models (#1562) 2024-07-23 19:51:25 -07:00
Sarah Wooders
c9f62f54de
feat: refactor CoreMemory to support generalized memory fields and memory editing functions (#1479)
Co-authored-by: cpacker <packercharles@gmail.com>
Co-authored-by: Maximilian-Winter <maximilian.winter.91@gmail.com>
2024-07-01 11:50:57 -07:00
Sarah Wooders
1ea45c2eb7
feat: move tool functions to user (#1487) 2024-06-29 16:49:25 -07:00
Sarah Wooders
8880792563
feat: include usage statistics in message response (#1482) 2024-06-26 20:46:18 -07:00
Sarah Wooders
7a4c6d4f2a
feat: add tools from the Python client (#1463) 2024-06-21 20:58:12 -07:00
Sarah Wooders
6ebe177e37
feat: add more tool functionality for python client (#1361)
Co-authored-by: cpacker <packercharles@gmail.com>
2024-05-13 12:05:32 -07:00
Charles Packer
eaed123af8
chore: run autoflake + isort (#1279) 2024-04-20 11:40:22 -07:00
Charles Packer
765eba4239
fix: misc bugs (#1276)
Co-authored-by: Sarah Wooders <sarahwooders@gmail.com>
2024-04-20 10:24:51 -07:00
Sarah Wooders
80f0ef507b
feat: use background tasks for processing uploaded files to REST API (#1263) 2024-04-19 18:15:30 -07:00
Sarah Wooders
2d980e4d25
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
9c85919e65
feat: add description to source (#1175) 2024-03-21 13:02:50 -07:00
Charles Packer
0ac67d2733
fix: additions to utc patch (#1176) (#1177) 2024-03-21 13:02:19 -07:00
Charles Packer
89cc4b98ed
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
1c25a80cb9
feat: return source metadata with list sources route (#1164) 2024-03-18 17:21:09 -07:00
Sarah Wooders
ebfe9495e6
feat: add remaining Python client support for REST API routes + tests (#1160) 2024-03-17 17:34:37 -07:00
Charles Packer
6abe5c5d0d
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
a547c106f5
feat: add a last_run field to the agent state model (#1124) 2024-03-10 18:06:00 -07:00
Sarah Wooders
f193aa58fa
feat: Add data sources to REST API (#1118) 2024-03-10 14:34:35 -07:00
Charles Packer
703004852f
feat: add metadata to GET tools route (#1117) 2024-03-08 14:13:08 -08:00
Charles Packer
435ac90962
fix: silence pydantic warning about protected namespace (#1116) 2024-03-08 14:03:28 -08:00
Charles Packer
e6ffbc2632
feat: add GET REST API route for listing tools (#1100) 2024-03-05 22:11:24 -08:00
Charles Packer
dcf746cd91
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
15dbe34dfe
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
9ada3ef529
feat: Create RESTClient and Admin client for interacting with server from python (#1033) 2024-02-22 11:16:01 -08:00