Stateful graph runtime for LLM workflows in Rust (community project; not affiliated with LangChain). Pregel-style execution: nodes, conditional edges, checkpoints, streaming. Optional adapters for Ollama, OpenAI, OpenRouter (OpenAI-compatible), and Anthropic; optional ReAct agent + tools. Crate import: rust_langgraph (underscore). Default features include in-memory checkpoints. Enable Cargo features explicitly for LLM modules (e.g. ollama, openai, openrouter, anthropic, prebuilt). See README.md on crates.io for copy-paste Cargo.toml, env vars, and common mistakes.
A comprehensive development tools UI library
A tool to help you delevop your Next.js project easier and faster.
Rust-native LLM agents & chains with resumable ReAct workflows
Kowalski Web Agent: A Rust-based agent for interacting with Ollama models
Standalone ReAct agent loop — LlmClient + Engine with no platform dependencies
AXON — the formal cognitive language: a deterministic, proof-carrying AI runtime. Native Rust lexer/parser/type-checker/IR generator (re-exported from axon-frontend) plus the runtime: typed channels (π-calculus mobility, capability extrusion), algebraic effects via Free Monad CPS handlers, lease kernel + reconcile loop, the Epistemic Security Kernel, Trust Types, Proof-Carrying Code (independently verifiable proof objects), and the closed-catalog extension mechanism. Crate publishes as `axon-lang`; library import is `use axon::*` so existing call sites keep working unchanged.
A tool to generate react component boilerplate
A CLI tool to generate React component files
High-performance Model Context Protocol (MCP) server for code analysis, security scanning, and project insights.
Session-scoped subagent registry for motosan-agent-loop. Spawn, message, and wait on long-lived child agents from a parent agent's tool calls.
A simple CLI tool to create a new React project