mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-11 19:56:03 +00:00
Add dana agent provider stub
- Register inline::dana provider in agents registry - Add stub implementation with get_provider_impl function - Add DanaAgentConfig with sample_run_config - Include dana provider in starter, starter-gpu, and ci-tests distributions - All agent methods currently raise NotImplementedError until implementation
This commit is contained in:
parent
93401836b7
commit
321f99fe09
11 changed files with 276 additions and 1 deletions
|
|
@ -171,6 +171,8 @@ providers:
|
|||
backend: sql_default
|
||||
max_write_queue_size: 10000
|
||||
num_writers: 4
|
||||
- provider_id: dana
|
||||
provider_type: inline::dana
|
||||
post_training:
|
||||
- provider_id: torchtune-cpu
|
||||
provider_type: inline::torchtune-cpu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue