Skip to content
@clagentic

Clagentic

clagentic

AI tooling. Built for builders.

clagentic.ai Support on Ko-fi hello@clagentic.ai


Self-hosted tools for developers working with AI agents — focused on control, auditability, and keeping complexity where it belongs: in the stack, not in the cloud.

tools

The full index is at clagentic.ai/tools.

End-User Tools

The interfaces you run directly — a workspace and a coding harness.

Tool What it does
clagentic: console Self-hosted, multi-user team workspace daemon where human developers and named AI agents (Claude Code, Codex) share the same interface — each with their own login, session history, and tool-approval flow. Installable via npm install -g @clagentic/console; projects, sessions, and approvals stay on your own machine
clagentic: lite Cross-vendor AI coding harness (POSIX shell, no server) that enforces deterministic security gates around Claude Code / Codex sessions — five roles (Builder, Reviewer, Auditor, Merge Gate, Troubleshooter), each with its own model-CLI fallback chain, and five gates including local security scans and a full SQLite audit trail

Platform & Infrastructure

The services these tools (and your own agents) run on top of.

Tool What it does
clagentic: router Self-hosted Go daemon that routes LLM API calls across multiple backends (Claude CLI, Codex CLI, Ollama, Anthropic API, OpenAI API), walking a configurable fallback chain on rate-limit or outage and exposing an OpenAI-compatible /v1/chat/completions endpoint
clagentic: gatekeeper Go service that mints short-lived, role-scoped GitHub App installation tokens for automated agents — builder, reviewer, merger, security — so build/review/merge actions are performed by separate identities. App private keys never reach the agent; it mints tokens, that is the whole surface
clagentic: triage LLM-powered triage agent that watches a GitHub org or repo for new issues/PRs, assesses each against repo-specific intent context, and produces a verdict and suggested action — human-in-the-loop by default, with pluggable adapters for GitHub, GitLab, and Forgejo
clagentic: directory Self-hosted, dependency-free Go HTTP registry that stores versioned agent capability declarations and answers routing queries — which agents handle a given intent, accept a conversation kind, or follow a specific agent in a sequencing chain
clagentic: loadout Platform-agnostic Python CLI that issues each agent role the exact set of verbs it may run and nothing else — attested identity, guard hooks, and a fail-closed merge gate (stale-SHA refusal, reviewer-verdict fences, PR-title gate) — with bot-attributed push/review/merge on Forgejo or GitHub

design principles

  • self-hosted first — run it on your own infrastructure, not someone else's
  • CLI over SDK — agents talk to each other via standard interfaces, not vendor lock-in
  • composable — each component does one thing; you wire them together
  • auditable — no magic black boxes; decisions, tokens, and access are all traceable

Pinned Loading

  1. clagentic-console clagentic-console Public

    A self-hosted browser console for Claude Code and ChatGPT Codex. Run AI sessions from any browser or phone — tool approvals, model selection, context management, session history — without leaving y…

    JavaScript 3

  2. clagentic-lite clagentic-lite Public

    Cross-vendor AI coding harness with deterministic security gates. Gated Builder+Reviewer roles, full SQLite audit trail. No server, no cloud.

    Python 3

  3. clagentic-gatekeeper clagentic-gatekeeper Public

    Gatekeeper stands at the GitHub gate. When an automated agent needs to act on a repository, Gatekeeper mints a short-lived, role-scoped GitHub App installation token narrowed to exactly what that r…

    Go 1

  4. clagentic-router clagentic-router Public

    A self-hosted LLM routing daemon with fallback chains, quota tracking, and an OpenAI-compatible HTTP API. Route requests across Claude, Codex, Gemini, Ollama, and API backends — with automatic fail…

    Go 1

Repositories

Showing 9 of 9 repositories

Top languages

Loading…

Most used topics

Loading…