mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
initial client + server for agentic system
This commit is contained in:
parent
13e1667e7a
commit
beb2870750
8 changed files with 166 additions and 3 deletions
|
@ -196,6 +196,12 @@ class AgenticSystem(Protocol):
|
|||
AgenticSystemExecuteResponse, AgenticSystemExecuteResponseStreamChunk
|
||||
]: ...
|
||||
|
||||
@webmethod(route="/agentic_system/delete")
|
||||
def delete_agentic_system(
|
||||
self,
|
||||
agent_id: str,
|
||||
) -> None: ...
|
||||
|
||||
|
||||
class LlamaStackEndpoints(Inference, AgenticSystem): ...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue