Skip to content
@agenticraft

AgentiCraft

The infrastructure layer between your agents and production.
AgentiCraft

The production infrastructure layer for AI agents. Build, deploy, and scale multi-agent systems with a high-performance Rust data plane, AGNTCY-native interoperability, formal verification, and enterprise-grade governance.


Rust Data Plane · AGNTCY-Native · 100+ Patterns · 60+ Mesh Services · 18 LLM Providers · Formal Verification · MCP + A2A

WebsiteDocsBlogPython


The Problem

88% of AI pilots never reach production. The bottleneck isn't the models — it's the infrastructure around them. Every team that gets serious about production agents ends up building the same operational stack from scratch: observability, reliability, cost control, security, deployment.

AgentiCraft is that stack. One platform. One command. Any scale.

What Makes This Different

High-performance Rust data plane. A multi-stage middleware pipeline processes every agent request at microsecond latency — provider routing, privacy classification, cost controls, and reliability enforcement. Policy enforcement happens in the data plane, not in Python.

AGNTCY-native. AgentiCraft is a full-stack implementation of the Linux Foundation's emerging "Internet of Agents" standard (contributed by Cisco) — OASF agent schemas, a federated discovery directory, W3C Verifiable Credentials identity, and SLIM messaging — implemented end-to-end across the Rust data plane and the Python control plane, not wrapped over an external SDK. Agents discover, identify, and coordinate on the standard the industry is consolidating around.

Formal verification. Agent protocols are verified before deployment. If a coordination pattern has a deadlock or a protocol violation, you find it at compile time — not in a 3 AM incident.

One file, any platform. Define your entire multi-agent system in app.yaml — agents, topology, workflows, policies, plugins. The runtime compiles it into infrastructure and deploys it on a laptop, Docker, Kubernetes, or an edge device.

Research-backed reliability. In our fault tolerance experiments, mesh-coordinated agents maintained 100% task completion with zero cascade failures across all tested failure rates. Hub-and-spoke dropped to 82% at 20% failure rate and 72% at 30%. The architecture isn't theoretical — it's tested.

Architecture

LayerNameWhat It Does
0FoundationFormal verification, session types, topology analysis
1TransportAsync messaging between agents
2Data PlaneRust proxy — per-request enforcement at microsecond latency
3Control Plane60+ mesh services — orchestration, policies, LLM management
4RuntimeUniversal deployment — laptop, Docker, Kubernetes, edge
5Developer Experiencecraft CLI, SDK, templates, test harness
6App FrameworkDeclarative app manifest, plugin system, marketplace
7ProductsEnd-user applications — bots, dashboards, enterprise tools

Define Your System

# app.yaml — agents, topology, workflows, policies in one filename: research-teamagents:
- id: researchercapabilities: [web_search, paper_analysis]models: { default: gpt-5-mini, for_analysis: gpt-5.4 }memory: { tiers: { hot: { backend: redis } } }autonomy: { level: 0.9 }
- id: analystcapabilities: [data_analysis, visualization]topology:
connections:
- { from: researcher, to: analyst, type: delegate }workflows:
- id: deep-divepattern: pipelinesteps:
- { id: search, agent: researcher }
- { id: analyze, agent: analyst }policies:
budgets: { org: { monthly_usd: 10.0 } }guardrails: { pii: { action: mask } }sla: { researcher: core, analyst: standard }
craft start --app app.yaml

By the Numbers

  • 100+ production patterns — reasoning, coordination, workflow, resilience, RAG, safety, planning
  • 60+ mesh services with defined service-level objectives across 6 SLA tiers — security, deployment, gateway, observability, and more
  • 18 LLM providers with automatic failover — OpenAI, Anthropic, Google, Mistral, Azure OpenAI, Ollama, and 12 more
  • MCP + A2A native — open protocols for tool integration and inter-agent communication
  • 3 plugin tiers — agent, app, and middleware plugins for extensibility without forking

Public Libraries

LibraryDescription
agenticraft-foundationFormally verified mathematical foundations for multi-agent AI coordination. Process algebra, session types, spectral topology, temporal logic. 1,300+ tests, zero runtime dependencies.

Links

Popular repositories Loading

  1. agenticraft-foundation agenticraft-foundationPublic

    Formally verified mathematical foundations for multi-agent AI coordination — CSP process algebra, multiparty session types, spectral topology, temporal logic model checking, and probabilistic verif…

    Python 1 2

  2. .github .githubPublic

    Organization profile and community health files for AgentiCraft

  3. agenticraft-types agenticraft-typesPublic

    Shared type definitions, protocols, and error hierarchy for AgentiCraft packages

    Python

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…