* wait I forgot to comit locally * cp the entire core directory and then rm the .git subdir
36 lines
2.2 KiB
Plaintext
36 lines
2.2 KiB
Plaintext
---
|
|
title: Agent Development Environment (ADE)
|
|
slug: agent-development-environment
|
|
---
|
|
<Tip>
|
|
You run the ADE locally with [Letta Desktop](/quickstart/desktop), or via [https://app.letta.com](https://app.letta.com) where you can connect it to your own Letta Docker deployment. Read more about the ADE on our [blog post](https://www.letta.com/blog/introducing-the-agent-development-environment).
|
|
</Tip>
|
|
|
|
<Frame>
|
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/OzSCFR0Lp5s?si=pyJMo7eKBcW2zaan" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
|
</Frame>
|
|
|
|
## What is the ADE?
|
|
The **Agent Development Environment (ADE)** is a visual interface for creating and managing stateful agents.
|
|
Use the ADE to design, test, and monitor your agents while getting direct visibility into their memory state and decision-making process.
|
|
|
|
<img className="w-300 light" src="https://raw.githubusercontent.com/letta-ai/letta/refs/heads/main/assets/example_ade_screenshot_light.png" />
|
|
<img className="w-300 dark" src="https://raw.githubusercontent.com/letta-ai/letta/refs/heads/main/assets/example_ade_screenshot.png" />
|
|
|
|
Unlike simple chatbot interfaces, the ADE gives you complete control over your agent's state across its entire lifecycle:
|
|
- Create and customize agents without writing code
|
|
- Visualize your agent's memory and context window in real-time
|
|
- Add and test custom tools in a sandboxed environment
|
|
- Monitor agent behavior and performance
|
|
|
|
The ADE provides a graphical interface to agents running in your Letta server.
|
|
These same agents can be accessed via the [Letta APIs](/api-reference/overview), allowing you to integrate them into your applications.
|
|
|
|
## Read our ADE guide
|
|
Learn more about the ADE in our ADE guide:
|
|
- [Explore the ADEs components in detail](/guides/ade/overview)
|
|
- [Connecting the ADE to local and remote deployments](/guides/ade/setup)
|
|
- [Read our ADE FAQs](/faq#agent-development-environment-ade)
|
|
|
|
If you have additional questions, feedback, or feature requests, reach out on [Discord](https://discord.gg/letta)!
|