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.0.tar.gz
(1.4 kB
view details)
Built Distribution
File details
Details for the file stored_agent-0.1.0.tar.gz
.
File metadata
- Download URL: stored_agent-0.1.0.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 | acbd68fb0016da3d7ab83314645f56cfe993f4128453889ece2603165001ccec |
|
MD5 | 7dc5b31b3aad0038dfc99f6715018724 |
|
BLAKE2b-256 | fff263cb511c42b144cca524b4e6f835a7fae80a2728a6fee41c31c208959269 |
File details
Details for the file stored_agent-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: stored_agent-0.1.0-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 | c97198e604d20b5a9c9fdbd5d7cad88dfb32df36a656fc43fc712166087cc541 |
|
MD5 | c85cec55c4f3667507a1845ec18a4f1e |
|
BLAKE2b-256 | f3ee5477cb9bdf299c34053eaa68a512689cd2807468a68984f07d7580dabe34 |