A framework for building agents that persist state between interactions.
Project description
stored-agent
A framework for building agents that persist state between interactions.
Usage
Create a new agent and invoke it
my_agent = StoredAgent(id='agent1', name='My Agent')
response = my_agent.invoke(input='Hello, how are you?')
print(response)
Load an existing agent and invoke it
my_agent = StoredAgent(id='agent1')
response = my_agent.invoke(input='Hello, how are you?')
print(response)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
stored_agent-0.1.3.tar.gz
(1.7 kB
view details)
Built Distribution
File details
Details for the file stored_agent-0.1.3.tar.gz
.
File metadata
- Download URL: stored_agent-0.1.3.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.5 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ae30751721ab05106e0fb4cb80cd210e33d3ad5f302f2a6a0c52ee71c464f7a |
|
MD5 | 945e93ed7a18b24b3ac041a85bed9217 |
|
BLAKE2b-256 | 7f633b0bb21d99ea414205d03968f32fe2fd322683596f8799cffa65627d60f7 |
File details
Details for the file stored_agent-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: stored_agent-0.1.3-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.11.5 Darwin/23.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 849a15a2cdbd64bdfb598cc4360907a52bc74f74a876be7094805163cdafd750 |
|
MD5 | 37c527f01838fd0f79d0b5b5290712cb |
|
BLAKE2b-256 | ba0379794fe8efc8ef69129f7f519f06e94f30c2f0b07dda21e6c57998ed19ef |