🚀 Satya AI v0.3.0 is Here!
I'm thrilled to announce the v0.3.0 release of Satya AI, an open-source platform I've been building for AI agent governance.
What is Satya AI?
Satya AI is a lightweight, open-source platform that enables autonomous AI agents to self-deploy, track tasks, and report progress in real-time — all while humans monitor everything from a clean web dashboard. No databases, no cloud services, no complex setup.
What's New in v0.3.0?
1. Durable SQLite Audit Store
An opt-in SQLite backend accessible via a single environment variable (SATYA_AUDIT_STORE_TYPE=sqlite). This provides atomic, compliant audit trail storage for enterprise requirements. Falls back to the flat-file system if not configured. This directly addresses compliance needs for BFSI and healthcare sectors.
2. ROI Dashboard
Track per-agent token usage and cost savings. Calculate the ROI of autonomous vs manual execution. Generate client-facing reports for AI agencies. See exactly how much you're saving by automating tasks.
3. Agent Chat Interface
Real-time human-agent interaction with persistent chat history stored in SQLite. Humans can now directly communicate with autonomous agents during task execution.
4. Agent Governance
Fine-grained access control, permission-based task execution, and agent activity monitoring. Every action is logged, every decision is traceable.
Tech Stack
- Backend: Python (FastAPI)
- Dashboard: React
- Storage: SQLite (optional) with flat-file fallback
- Dependencies: Zero external dependencies
Try It Yourself
pip install satya-ai
Or clone from:
🔗 https://github.com/AnkTechsol/Satya_AI
Release v0.3.0: https://github.com/AnkTechsol/Satya_AI/releases/tag/v0.3.0
Why Open Source?
This project is built for the community. I believe AI agent governance should be transparent, auditable, and accessible to everyone — not locked behind enterprise paywalls. Contributions, feedback, and feature requests are always welcome!
Built with ❤️ by Anuj | AnkTechSol
Top comments (0)