Fungi was created through the Fungi Studio—our internal Agent Development Environment (ADE) purpose-built for DeFi.
The Agent Development Environment (ADE)
Fungi Studio is our in-house ADE—a visual, graph-based workspace that turns Large Language Models into production-grade agents. Drag nodes, wire prompts, drop API calls, and deploy; the studio handles state, execution, and on-chain signing under the hood.
Why It’s More Than a Framework
Managed File System – Create as many project files as your use-case demands.
Private Runtimes & Dependencies – Need NumPy, Web3-py, or a custom npm package? Spin an isolated Python or JS environment per project.
Custom Scripts – Attach executable code to any node; agents can call your functions or external APIs on demand.
Rearrangeable Workflows – Mix deterministic routes with LLM-driven inference; nest entire graphs inside a single node for reuse.
Git-Style Version Control – Branch, test, merge, and roll back without risking your main graph.
Built-In DeFi Power
Wallet signers, protocol adapters, risk dashboards, and on-chain data fetchers are native modules. That’s how Fungi can rebalance, claim rewards, and push transactions—securely and transparently.
Two Core Agent Archetypes
Archetype
Description
Typical Jobs
Autonomous
Runs on a schedule or event trigger—no user prompt needed.