Packages
Browse packages indexed by the registry.
Agnostic abstraction layer of `std::process` for any async runtime.
Agnostic Rust Async Executor
Executor agnostik attributes.
A dense, sync-first Rust agent engine — multi-backend inference, parallel tool dispatch, SQLite persistence, streaming. Flagship meta-crate.
Zero-I/O kernel for the agnt agent runtime — traits, message types, agent loop. No async runtime required.
Proc-macros for the agnt agent runtime — #[tool] attribute that generates TypedTool impls from function signatures.
Model Context Protocol (MCP) client for the agnt agent runtime — stdio transport, tool discovery, and Tool impls that route to external MCP servers.
HTTP backend implementation for the agnt agent runtime — Ollama, OpenAI, Anthropic with streaming and retry.
SQLite message store for the agnt agent runtime — bundled SQLite, session log with microsecond tool profiling.
Built-in tools for the agnt agent runtime — filesystem, search, fetch, shell. Sandbox-aware.
High-performance Rust core for AGNT5 SDK
A2A v1 protocol types and core definitions
A2A v1 async client with protocol binding factory
A2A v1 gRPC protocol binding for client and server
A2A v1 protobuf-generated types and conversion layer
A2A v1 async server framework
A2A v1 SLIMRPC protocol binding for client and server
A protoc plugin for generating slimrpc code
A protoc plugin for generating SRPC (Slim RPC) code
A2A channel support for SHADI over SLIMRPC.
Keychain-backed secret storage and access verification for SHADI.
SLIM transport integration and stdio bridge support for SHADI.
Command-line interface for SHADI policy, secrets, memory, and SLIM operations.
Encrypted local memory storage for SHADI using SQLCipher.
PyO3 Python bindings for SHADI runtime services.
OS-level sandbox policy and process launching for SHADI.
Managed agent set configuration helpers for SHADI SLIM deployments.
OpenTelemetry initialization and tracing sinks for SHADI runtimes and tools.
The main SLIM executable.
Authentication utilities for the Agntcy Slim framework
UniFFI bindings and FFI adapter for SLIM data plane - enables language integrations (Go, Swift, Kotlin, etc.)
Channel Manager for SLIM - manages channels and participants via gRPC
Configuration utilities
Rust implementation of the SLIM control plane (northbound + southbound gRPC servers).
Controller service and control API to configure the SLIM data plane through the control plane.
Core data plane functionality for SLIM
Proxy for exposing a native MCP server over SLIM
Messaging Layer Security for SLIM data plane.
Consolidated protobuf/gRPC generated code for SLIM
SlimRPC: a gRPC-like RPC framework over SLIM (native Rust).
Main service and public API to interact with SLIM data plane.
SLIM session internal implementation.
Small library to handle OS signals.
Observability for SLIM data plane: logs, traces and metrics infrastructure.
SLIM version information.
SLIM control CLI
A minigrep application built from the rust books