Peon-lib Alternatives
Similar projects and alternatives to peon-lib
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
GarraRUST
O framework seguro e leve de código aberto para agentes de IA desenvolvido 100% em português.
-
awesome-ai-agent-incidents
A curated corpus of incidents, attack vectors, failure modes, and defensive tools for autonomous AI agents.
-
-
hcom
Let AI agents message, watch, and spawn each other across terminals. Claude Code, Codex, Antigravity CLI, Cursor CLI, OpenCode, Kilo, Pi, Kimi (by aannoo)
-
-
tensorzero
Discontinued TensorZero is an open-source LLMOps platform that unifies an LLM gateway, observability, evaluation, optimization, and experimentation.
-
agnix
The missing linter and lsp for AI coding assistants. Validate CLAUDE.md, AGENTS.md, SKILL.md, hooks, MCP. Plugin for all major IDEs included, with autofixes.
-
-
trigix
AI-native workflow automation platform — Rust execution engine, 180 node types, visual canvas
peon-lib discussion
peon-lib reviews and mentions
-
Peon – A Zero-Trust AI Agent Runtime in Rust (Using Casbin)
3. The Intercept: When the LLM decides to call a script, the runtime intercepts the tool call, grabs the user's ID, and asks Casbin. If it's a deny, the OS is never touched, and the LLM gets a permission error.
To solve multi-tenant concurrency issues without locking up states, the runtime spawns stateless, ephemeral agents per request, hardcoding the user's ID into the tool struct at build time.
It's currently integrated with a CLI and a multi-user Telegram bot.
I built this out of frustration with existing frameworks that just give LLMs a shell and pray. I would love to hear your thoughts on the architecture, and if using Casbin for this level of isolation makes sense to you.
Repo: https://github.com/stephen94125/peon-lib
Stats
stephen94125/peon-lib is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of peon-lib is Rust.