> For the complete documentation index, see [llms.txt](https://fungi-studio.gitbook.io/fungi-studio-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fungi-studio.gitbook.io/fungi-studio-docs/hi-im-fungi/fungi-studio.md).

# Fungi Studio

#### 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. | Rebalance a DeFi position, monitor markets, send real-time alerts, long-form research. |
| **Client-Facing** | Activates via chat, button click, or form submission.      | In-app assistant, post-transaction summarizer, auto-reply to social feeds.             |

Fungi itself is an **Autonomous DeFi Agent** born in the studio; open the live app to see an ADE project in action.

#### Why You Care

Fungi Studio lets us iterate on strategies and ship upgrades safely—so your stablecoins keep earning while you simply **Fungi & Chill**.
