Commit graph

7 commits

Author SHA1 Message Date
Ashwin Bharambe
ed351b8276 Merge remote-tracking branch 'origin/api_keys' into api_updates_2 2024-09-17 14:31:22 -07:00
Ashwin Bharambe
66cbf7b292 add back event loggers 2024-09-17 13:39:41 -07:00
Ashwin Bharambe
a0bf20f19a Move control plane to distribution server for now 2024-09-17 12:55:50 -07:00
Ashwin Bharambe
17172a8bf9 move core -> distribution 2024-09-17 11:38:38 -07:00
Ashwin Bharambe
b31f0f6e4e add control plane API 2024-09-16 21:41:24 -07:00
Ashwin Bharambe
6665d31cdf Moved some stuff out of common/; re-generated OpenAPI spec 2024-09-16 21:21:11 -07:00
Ashwin Bharambe
76b354a081 Codemod from llama_toolchain -> llama_stack
- added providers/registry
- cleaned up api/ subdirectories and moved impls away
- restructured api/api.py
- from llama_stack.apis.<api> import foo should work now
- update imports to do llama_stack.apis.<api>
- update many other imports
- added __init__, fixed some registry imports
- updated registry imports
- create_agentic_system -> create_agent
- AgenticSystem -> Agent
2024-09-16 20:03:25 -07:00