Update RFC-0001-llama-stack.md

Added link to sequence diagram from agentic system
This commit is contained in:
raghotham 2024-08-26 20:56:09 -07:00 committed by GitHub
parent 870cd7bb8b
commit 117b95b38c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,7 @@ Note that as of today, in the OSS world, such a “loop” is often coded explic
1. The model reasons once again (using all the messages above) and decides to send a final response "In 2023, Denver Nuggets played against the Miami Heat in the NBA finals." to the executor 1. The model reasons once again (using all the messages above) and decides to send a final response "In 2023, Denver Nuggets played against the Miami Heat in the NBA finals." to the executor
1. The executor returns the response directly to the user (since there is no tool call to be executed.) 1. The executor returns the response directly to the user (since there is no tool call to be executed.)
The sequence diagram that details the steps is here. The sequence diagram that details the steps is [here](https://github.com/meta-llama/llama-agentic-system/blob/main/docs/sequence-diagram.md).
* /memory_banks - to support creating multiple repositories of data that can be available for agentic systems * /memory_banks - to support creating multiple repositories of data that can be available for agentic systems
* /agentic_system - to support creating and running agentic systems. The sub-APIs support the creation and management of the steps, turns, and sessions within agentic applications. * /agentic_system - to support creating and running agentic systems. The sub-APIs support the creation and management of the steps, turns, and sessions within agentic applications.