Open-source AI agent runtime built in Rust. Define once, deploy isolated instances per tenant with built-in memory, encrypted vault, self-extending skills, cron, and multi-channel support.
Stars
55
Forks
7
Watchers
55
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
366
commits
18
commits
feat: add 7 default skills seeded on starpod init (agentskills.io compliant)
456523dView on GitHubfeat: implement connectors system for service-level authentication
a7008b8View on GitHubfix: rename onboarding heading from "Define a role" to "Describe your agent"
854e180View on GitHubfix: repair orphaned tool_use blocks on session resume to prevent API errors
efceebeView on GitHubfix: keep Telegram typing indicator alive during long agent responses
493f93fView on GitHubfeat: add attachments settings with configurable file size limits and extension filtering
a3e6238View on GitHubfix: make chat navigation reactive instead of imperative ref calls
c4b94e8View on GitHubfix: strip provider prefix from nudge/flush model specs before API calls
9c3b4b3View on GitHubfeat: rename cron jobs to schedules and hide __heartbeat__ from UI
8cc2632View on GitHubfix: refresh UI config after settings save instead of requiring page reload
03d2323View on GitHubfeat: set dynamic browser tab title based on current page and agent name
ff32ee1View on GitHubfeat: guide agent to keep home/ filesystem organized
34dadd5View on GitHub