Commit graph

7 commits

Author SHA1 Message Date
Xi Yan
ddebf9b6e7
[api_updates_3] fix CLI for routing_table, bug fixes for memory & safety (#90)
* fix llama stack build

* fix configure

* fix configure for simple case

* configure w/ routing

* move examples config

* fix memory router naming

* issue w/ safety

* fix config w/ safety

* update memory endpoints

* allow providers in api_providers

* configure script works

* all endpoints w/ build->configure->run simple local works

* new example run.yaml

* run openapi generator
2024-09-23 08:46:33 -07:00
Ashwin Bharambe
c1ab66f1e6
Further generalize Xi's changes (#88)
* Further generalize Xi's changes

- introduce a slightly more general notion of an AutoRouted provider
- the AutoRouted provider is associated with a RoutingTable provider
- e.g. inference -> models
- Introduced safety -> shields and memory -> memory_banks
  correspondences

* typo

* Basic build and run succeeded
2024-09-22 16:31:18 -07:00
Xi Yan
20a4302877 models API 2024-09-21 17:27:19 -07:00
Xi Yan
f0580251a3 memory routers working 2024-09-21 16:40:23 -07:00
Xi Yan
04f480d70c router method wrapper 2024-09-21 15:56:20 -07:00
Xi Yan
951cc9d7b7 router table registration works 2024-09-21 14:26:48 -07:00
Xi Yan
85d927adde skeleton unified routing table, api routers 2024-09-21 13:44:33 -07:00