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.1.tar.gz
(1.4 kB
view details)
Built Distribution
File details
Details for the file stored_agent-0.1.1.tar.gz
.
File metadata
- Download URL: stored_agent-0.1.1.tar.gz
- Upload date:
- Size: 1.4 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 | 3a3479cafbb4e7e29e70d1ec5498b3a387f2dcedb487fd836219005588876f06 |
|
MD5 | 73a77342c7a919421a6dde9224114b6d |
|
BLAKE2b-256 | 5f75f32f3632bbe9a6302ccaf3b35915c851bbfa36ade45e47d8e4e7379005ca |
File details
Details for the file stored_agent-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: stored_agent-0.1.1-py3-none-any.whl
- Upload date:
- Size: 1.8 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 | 8decda12870548306e95e90fe6851e2a1ad0bb32a71bb21a07ffadc3be2456ac |
|
MD5 | 7923c6fdbf35e3b5b52da8c3ca6c8395 |
|
BLAKE2b-256 | 2f543d61956a5607eeef29d83f90375d1416c8422a843b2ce4e3327eabe24a57 |