AI Agent Runtime

The execution base for the new agent paradigm.

Guga organizes models, tools, permissions, and context into a recoverable, auditable, embeddable runtime so agents can move from conversation into real products.

  • Small core
  • Plugin-first
  • Event ledger
  • Runtime permissions
Event Stream LIVE
  1. user.message Find the Q3 growth bottleneck
  2. model.plan Plan a 3-step analysis
  3. tool.exec run_sql(query)
  4. tool.result rows: 1,024
  5. permission.check fs.write allowed
  6. artifact.create report-q3.md
  7. assistant.message Report generated
Guga Agent mascot in a penguin suit
Permission Decision

fs.write(report.md)

Allowed Policy: workspace-write
Plugin Registry

File System v1.2.0

SQL Database v1.1.0

Web Search v1.0.3

View all plugins ->

Core architecture

One core, endless plugin ecosystems.

Guga Agent starts from a minimal kernel. Every capability plugs in, so you can compose, replace, and extend the runtime that fits your product.

1

Core Runtime

Minimal kernel, stable by design

10+

Official plugins

Common capability domains covered

Ecosystem

Community and custom plugins can grow freely

Plugin marketplace and protocol extensions

Unified integration standards with hot swapping, version compatibility, and rollback.

AI SDK Provider

Multi-model access, streaming, function calling, retry policy

Filesystem / Shell

Safe execution, sandboxing, audit quotas, command allowlists

Skills (MCP)

Skill wiring, protocol adapters, capability expansion, orchestration

Session Store (JSONL)

Persistent sessions, resume points, portability, auditability

Context Policy

Context trimming, compression, priority rules, budget control

Core Runtime

Core Runtime

Lifecycle | State machine | Events | Hooks
Permissions | Context | Storage | Audit

Git / Code Tools

Repository actions, commit audit, PR analysis, diff editing

Files and Artifacts

Structured artifact storage, indexing, references, lifecycle

Replay and Audit

Event replay, audit trails, visualization, report export

CLI Workbench

Debugging, running, observing, TUI / interactive shell

Agent Profiles

Roles, permissions, toolsets as reusable templates

Event Stream

ToolCallread_file

ToolResultread_file

ModelCallgpt-4o

Permissionapprove

Plugin Marketplace

Discoverable, installable, and version-managed

Web Search v1.2.1
Vector Store v0.9.3
Browser Use v0.4.0
Email Tool v0.8.2
Slack Notifier v1.1.0
...

Designed for reliability

Build agents around a runtime boundary

Clear boundaries make agents recoverable, auditable, and safe enough to embed in real products.

Small core, broad edge

The core owns lifecycle, state, events, hooks, and permissions.

Plugins are first-class

Providers, tools, skills, MCP, memory, and UI all plug in.

Events are the source of truth

Replay, audit, evaluation, and UI derive from persisted events.

Runtime enforces permissions

The model proposes intent; the runtime decides what executes.

Context is a projection

Runtime assembles, budgets, compresses, and reinjects context.

Capability matrix

Everything is a plugin. Runtime orchestrates.

View docs ->

Core Runtime

Lifecycle, state machine, events, hooks, permissions

Ready

AI SDK Provider Bridge

Multi-model access, streaming, function calling, tools

Ready

Filesystem / Shell / Git Tools

Safe execution, sandboxing, auditing, quotas

Ready

JSONL Session Store

Persistent sessions, resume, portability

Ready

Artifact Store

Structured artifact storage, indexing, references

Ready

Replay Audit

Event replay, traceability, visualization

Ready

Default Context Policy

Context trimming, compression, priority policy

Ready

Skills & MCP

Skill library, MCP protocol, capability expansion

Ready

CLI Workbench

Debug, run, observe, share

Ready

Code Agent Profile

Task orchestration, change integration, test runs

Ready

Deep Research Profile

Evidence organization, source attribution, deep research

Lab

Review / Eval Profile

Review flows, scoring, feedback loops

Lab

Roadmap

What is built, and where it goes next.

Guga keeps the runtime small and clear, then expands product capabilities through auditable plugins.

View docs ->

NOW

Ready
  • runtime contracts
  • plugin host
  • permission pipeline
  • event ledger
  • JSONL sessions
  • replay audit
  • CLI workbench

LABS

In progress
  • autonomous coding task loop
  • deep research evidence ledger
  • review / eval profile
  • memory governance
  • web search

COMING

Planned
  • desktop workbench
  • web event viewer
  • browser / computer-use tools
  • plugin marketplace
  • remote sandbox
  • semantic session search
  • remote sync
  • enterprise policy console
  • HTTP / OAuth MCP
  • IDE adapters

Guga is not a chat shell.
It is the execution base beneath serious agent products.