Local gateway for collecting and managing agent events with Google Sheets integration
Project description
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
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 gateagent-0.1.5.tar.gz.
File metadata
- Download URL: gateagent-0.1.5.tar.gz
- Upload date:
- Size: 110.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4254c65eac742cb3ede3f72118a47a73ac746df505e85e1a3b2f4893e3a8b4c8
|
|
| MD5 |
260712712f23b10aa1808c3283764ab3
|
|
| BLAKE2b-256 |
75b6fa971bc4aff8b7096e05b536f6f56b1c3df8f04e10120dd8cf49395cff69
|
File details
Details for the file gateagent-0.1.5-py3-none-any.whl.
File metadata
- Download URL: gateagent-0.1.5-py3-none-any.whl
- Upload date:
- Size: 112.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8d3d274b9929cd29b675ef7ea2a488374893b0be535750cb78968a3424bfb2e
|
|
| MD5 |
7230e6888e703bb3cb841abac86a2c93
|
|
| BLAKE2b-256 |
5f77d93ff43c7454c5155f8941594b085eadcf32be1cf9229662cc6d55e8f2b6
|