mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
fix: 404 link to agentic system repository (#118)
This commit is contained in:
parent
557ae38289
commit
6b0805ebb4
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ The API is defined in the [YAML](../docs/llama-stack-spec.yaml) and [HTML](../do
|
|||
|
||||
## Sample implementations
|
||||
|
||||
To prove out the API, we implemented a handful of use cases to make things more concrete. The [llama-agentic-system](https://github.com/meta-llama/llama-agentic-system) repository contains [6 different examples](https://github.com/meta-llama/llama-agentic-system/tree/main/examples/scripts) ranging from very basic to a multi turn agent.
|
||||
To prove out the API, we implemented a handful of use cases to make things more concrete. The [llama-agentic-system](https://github.com/meta-llama/llama-agentic-system) repository contains [6 different examples](https://github.com/meta-llama/llama-agentic-system/tree/main/examples/agents) ranging from very basic to a multi turn agent.
|
||||
|
||||
There is also a sample inference endpoint implementation in the [llama-stack](https://github.com/meta-llama/llama-stack/blob/main/llama_stack/inference/server.py) repository.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue