Skip to content

Commit 7a63744

Browse files
committed
Update README
1 parent 4f45f70 commit 7a63744

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

text_2_sql/autogen/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ Contains specialized agent implementations:
121121
- **sql_schema_selection_agent.py:** Handles schema selection and management
122122
- **answer_and_sources_agent.py:** Formats and standardizes final outputs
123123

124+
## State Store
125+
126+
To enable the [AutoGen State](https://microsoft.github.io/autogen/stable/reference/python/autogen_agentchat.state.html) to be tracked across invocations, a state store implementation must be provided. A basic `InMemoryStateStore` is provided, but this can be replaced with an implementation for a database or file system for when the Agentic System is running behind an API. This enables the AutoGen state to be saved behind the scenes and recalled later when the message is part of the same thread. A `thread_id` must be provided to the entrypoint.
127+
124128
## Configuration
125129

126130
The system behavior can be controlled through environment variables:

0 commit comments

Comments
 (0)