Tag
Explore by tags
Defines 10 design principles and reference implementations for building agent-native, token-efficient CLIs that reduce token and turn costs for AI agents; includes the TOON output format, benchmarks (browser and GitHub), and an AXI catalog of tools.
Scans AI agent skills for security issues—detecting vulnerabilities, malicious patterns, and supply-chain risks before installation. Combines static AST checks (64 patterns across 16 categories) with optional LLM semantic review, OSV live CVE lookups, and JSON/Markdown/SARIF outputs for CI or manual review.
Provides a persistent, typed semantic memory layer for AI agents—supports remember, recall, and answer primitives so agents retain long-term context. Writes are instantly searchable and retrieval uses an information-theoretic engine, avoiding separate vector DBs or indexing delays.
Provides a pytest-native framework to write safety and security tests for agentic AI applications. Defines adversarial attacks, benign-failure suites, and harm-category assertions with evaluation-driven checks and CI-friendly reporting, so red-teaming becomes testable and automatable.
Runs an autonomous self-improvement loop where a meta agent crafts a task-specific agent, a target agent executes trials, and a feedback agent updates both harness (code) and model weights—provider-agnostic profiles with reproducible runs and a live dashboard.
Turns a domain description into a Claude Code agent team and the skills they use — auto-generates agent definitions and skill files from six pre-defined team-architecture patterns. Best for teams building structured multi-agent workflows on Claude Code.
Runs and monitors AI agents inside real terminal panes, surfacing agent state (blocked / working / done) and keeping agents persistent across detach/reattach. Offers workspaces, tabs, panes, socket-API integrations, and a single Rust binary for macOS/Linux.
Orchestrates end-to-end video production with agentic pipelines that research, script, generate assets, edit, and render finished videos. Distinguishes itself by supporting true real-footage retrieval (Archive.org, NASA, Wikimedia), Remotion/HyperFrames composition, and usable zero-key workflows alongside cloud providers.
Curated collection of resources, patterns, and reference implementations for building reliable AI agent harnesses—covering context delivery, tool/MCP design, memory, permissions, observability, verification, and orchestration for production agent engineering.
Provides multi-turn agent trajectories with real tool executions and explicit <think> reasoning blocks for training and evaluating tool-calling agents. Contains two model-sourced configs (Kimi-K2.5, GLM-5.1) totaling ~14.7K samples — useful for SFT, agent-skill research, and tool-integration experiments.
Self-hosted web and mobile interface for running and managing a Hermes autonomous agent — chat, persistent sessions, workspace file browsing, task scheduling, and tools with near-1:1 parity to the CLI. Designed for self-hosted homelab or VPS deployments; depends on a running Hermes Agent.
Provides a curated collection of DESIGN.md files extracted from real websites so AI coding and design agents can generate visually consistent UIs from a single markdown file. Includes previews, extracted tokens, and ready prompts for quick agent integration.