eve
Eve is the framework for building agents, like Next.js for web apps, but for agents. It uses Markdown for instructions and skills, TypeScript for tools, and durable execution by default. An agent is a directory that defines instructions and skills in Markdown, tools in TypeScript, and then deploys. Eve compiles the directory, wires up durable workflows, and connects channels, giving developers a structured way to build production agents without gluing together point solutions. An instructions.md file can be a complete agent, while agent.ts lets teams choose a model or configure the runtime. Reusable skills are Markdown playbooks loaded when relevant, so the agent gets focused guidance without carrying everything in every prompt. Tools are added as TypeScript files, with the filename becoming the tool name, and no registration is required. Every agent includes an isolated sandbox and file tools, with support for custom sandbox setup.
Learn more
scribe
scribe is a self-hosted knowledge base written automatically by your tools. It reads Git history, Claude Code and Codex sessions, self-sent URLs, and drop files, then turns that work into a curated, cross-project wiki of plain Markdown stored in Git. Instead of making developers maintain a second brain or rebuild context whenever an agent session starts from zero, scribe captures decisions, fixes, evaluations, and the reasoning behind them so agents can query that memory before they act. Its pipeline runs on cron: it discovers projects, filters low-value noise with FTS5 before invoking an LLM, extracts grounded facts through bounded and two-pass workflows, and compiles them into entity-first pages with YAML frontmatter, wikilinks, backlinks, retrieval context, and typed relationships such as supersedes, contradicts, derived_from, specializes, and extends.
Learn more
Notenic
Notenic is a runtime orchestration and governance platform designed to control and secure autonomous AI agents (“digital labor”) in real time, particularly in environments where failure carries regulatory, legal, or operational consequences. It operates as an infrastructure layer that sits directly in the execution path of AI systems, enforcing deterministic governance before any action reaches systems of record, rather than relying on post-output filters or prompt-level controls. It introduces a zero-trust runtime architecture built on core principles such as zero-persistence (no data retained after each session), execution-path control (policy enforcement at the moment of action), and independence from model context, ensuring that adversarial inputs cannot override governed behavior. Notenic provides a unified control plane that includes agent workforce management (treating AI agents as operational units with defined roles and supervision).
Learn more
Vokal
Vokal is a collaboration space for teammates and AI agents, built so founders and product teams can run agent work where the team can see it, review it, and reuse what matters. It gives human-agent work a shared place to start, move, stay visible, and become reusable context, instead of leaving agent runs, assumptions, and decisions trapped in private sessions across Claude Code, Codex, Cursor, ChatGPT, or other tools. Vokal connects channels, tasks, docs, files, apps, agents, memory, Knowledge Base, identity, access, runtime, and event logs around the work, helping teams keep output aligned, reviewed, controlled, and reusable. Agents can work in shared channels with named owners, roles, instructions, sources, statuses, permission scopes, app grants, memory scope, local project-file grants, and visible activity. Teams can use pre-built roles for engineering, product, growth, support, operations, research, and customer work, or bring their own local Codex, Claude Code, Hermes, etc.
Learn more