Stateful coordination layer for multi-agent AI systems
Project description
agentstate
Building a stateful coordination layer for multi-agent AI systems.
Right now, most multi-agent AI systems just use a giant chat history or a messy dictionary to share information between agents. That makes them fragile: agents overwrite each other, there’s no clear picture of what the ‘world’ looks like, and you can’t see who changed what or rewind if something goes wrong.
I’m building a Python library that fixes this by giving agents a shared, structured world to operate in. Agents don’t directly change the state; they propose small, structured updates that my library validates, logs, and applies. Every change is saved as an event, so you can replay the whole run, debug it, and recover from failures. On top of that, there’s a graph that decides which agent runs next based on the current state, plus tooling to see what’s happening in real time. It doesn’t talk to models or handle prompts; it just manages state, coordination, and observability for multi-agent systems.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentstate_lib-0.1.2.tar.gz.
File metadata
- Download URL: agentstate_lib-0.1.2.tar.gz
- Upload date:
- Size: 102.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd85724c4e23f1c7564616ad0da44814d1737d00fee88c087c9c64ffa5ef8970
|
|
| MD5 |
e0aeb72cb0bd02d5f9b8374625d0866b
|
|
| BLAKE2b-256 |
1f6785bd7a05e039d04262d9218f93f842990b29fbd1a845cb6c078b2655e05d
|
File details
Details for the file agentstate_lib-0.1.2-py3-none-any.whl.
File metadata
- Download URL: agentstate_lib-0.1.2-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
150ba733cf871261882bf1ada04c479ec312793b4989adf67e7c9acf069134c6
|
|
| MD5 |
5fea3aee93803ce2a3facff39b825835
|
|
| BLAKE2b-256 |
9a95012297dcd0ecb36d09b5cc85aeefe96936e362dc9f33d783f22b7e3b9979
|