Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/examples/hello_world/claude.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ In this tutorial, we will use Evolve and Claude Code to create a Python script t

## Video Tutorial
<div class="video-wrapper">
<iframe width="1280" height="720" src="https://www.youtube.com/embed/Hl_tgUdQWrc" 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>
<iframe width="1280" height="720" src="https://www.youtube.com/embed/XIlYA79pYp4" 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>
</div>

## Requirements
Expand Down
8 changes: 8 additions & 0 deletions docs/examples/hello_world/codex.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Hello World with Evolve and Codex

In this tutorial, we will set up Codex with Evolve to demonstrate how agents can learn from past sessions.

## Video Tutorial
<div class="video-wrapper">
<iframe width="1280" height="720" src="https://www.youtube.com/embed/IBc59bLjdi8" 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>
</div>
22 changes: 21 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Evolve is a system designed to help agents improve over time by learning from th

[General Installation](installation/index.md){ .md-button }

[Claude Code](examples/hello_world/claude.md){ .md-button } [IBM Bob](examples/hello_world/bob.md){ .md-button } [Codex](#){ .md-button }
[Claude Code](examples/hello_world/claude.md){ .md-button } [IBM Bob](examples/hello_world/bob.md){ .md-button } [Codex](examples/hello_world/codex.md){ .md-button }

=== "Full"
Total Control
Expand Down Expand Up @@ -62,6 +62,26 @@ Evolve is a system designed to help agents improve over time by learning from th
- [CLI Reference](reference/cli.md): Manage namespaces, entities, and sync jobs from the command line.
- [Policies](reference/policies.md): Structured policy entities and how to retrieve them with MCP tools.

## Demos

=== "Claude Code"

<div class="video-wrapper">
<iframe width="1280" height="720" src="https://www.youtube.com/embed/XIlYA79pYp4" 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>
</div>

=== "IBM Bob"

<div class="video-wrapper">
<iframe width="1280" height="720" src="https://www.youtube.com/embed/YlTJoSJ4eDg" 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>
</div>

=== "Codex"

<div class="video-wrapper">
<iframe width="1280" height="720" src="https://www.youtube.com/embed/IBc59bLjdi8" 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>
</div>

## How It Works

Evolve analyzes agent trajectories to extract guidelines and best practices, then recalls them in future sessions. It supports both a lightweight file-based mode (Evolve Lite) and a full mode backed by an MCP server with vector storage and LLM-based conflict resolution.
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ nav:
- Hello World (IBM Bob IDE): examples/hello_world/bob.md
- Claude Code Demo: tutorials/claude-code-demo.md
- Starter Example 2 (Claude Code): examples/hello_world/claude.md
- Hello World (Codex): examples/hello_world/codex.md
- Guides:
- Configuration: guides/configuration.md
- Phoenix Sync: guides/phoenix-sync.md
Expand Down
Loading