# 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**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://fungi-studio.gitbook.io/fungi-studio-docs/hi-im-fungi/fungi-studio.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
