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.2.tar.gz
(1.6 kB
view details)
Built Distribution
File details
Details for the file stored_agent-0.1.2.tar.gz
.
File metadata
- Download URL: stored_agent-0.1.2.tar.gz
- Upload date:
- Size: 1.6 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 | 7331c1a2909739071c3775497a79b55a9f3567258a96a0e645b1a621e93ca7a7 |
|
MD5 | 40862ff677fe79cda0fc1c469244327b |
|
BLAKE2b-256 | a95b2465c3adf9157d573a811bfb79eddd3bfa509845822c4b29758f00c017ef |
File details
Details for the file stored_agent-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: stored_agent-0.1.2-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 | 063e1629cf75d7b7d1df99dbd44649241b09ff090357eb8ee57ee5f09fd78fd0 |
|
MD5 | 6e9772b09fd3eac873fb500013492a73 |
|
BLAKE2b-256 | 4ef8bb22464db54ef03cff4d16afe65cae2e83dab6d69d31562345aeff938b1e |