Developing Agents
Akshi agents are WebAssembly components that run inside the sandboxed runtime. You can write agents in any language that compiles to WASM components.
Language guides
- Rust WASM Agent — Native Rust with the akshi-sdk crate
- Python Component — Python via componentize-py
- TypeScript Component — TypeScript via jco
Common topics
- Using the SDK — Database, journal, inference, HTTP, and A2A patterns
- Host Capabilities — Declaring and managing sandbox permissions
- MCP Integration — Connecting agents to MCP tool servers