Gateagent
The Gateway for your Agents. It acts as a central hub to monitor, track, and visualize the actions performed by your AI agents.
- PyPI Package: gateagent
- Companion Library: agent-revert
Features
- Event Tracking: Receive and store events from agents using
agent-revert. - Agent Registry: Keep track of all registered agents.
- Visual Dashboard: A web-based UI to view agent activities, timelines, and affected applications.
- Integrations: View status of external integrations (e.g., Gsuite, Salesforce).
Installation
pip install gateagent
Usage
Start the gateway server:
gateagent start
Visit http://localhost:5173 (or the configured port) to view the dashboard.
Connecting Agents
Use the agent-revert package in your agent code to send events to this gateway.
from agent_revert import register_agent, track_action
register_agent("MyAgent")
@track_action(agent_name="MyAgent")
def do_work():
pass
Release files for gateagent-gateway 0.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gateagent_gateway-0.1.6.tar.gz | 149.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gateagent_gateway-0.1.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 300.3 kB
Release files / gateagent_gateway-0.1.6.tar.gz
| Download URL | gateagent_gateway-0.1.6.tar.gz |
|---|---|
| Size | 149.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c75dc4c90e98e67e67c11737d6874bef8ebffbd60e6a9ef9b618a61781ccf37a
|
|
BLAKE2b-256 checksum How to use checksums |
7f48b2fe9adabe91ae2767dafe2a01dab6225eebc9c4ba7dd88902346ac3c3a9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.14
|
Release files / gateagent_gateway-0.1.6-py3-none-any.whl
| Download URL | gateagent_gateway-0.1.6-py3-none-any.whl |
|---|---|
| Size | 151.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ea80a65948588ef9ffade0a8167a0ae770707e00b1531a5c24e488965be05841
|
|
BLAKE2b-256 checksum How to use checksums |
e0c46f00fd8557bedcb74395cf572e605f2e56dc999a6eb64ccc9cac78592816
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.11.14
|