diff --git a/docs/examples/hello_world/claude.md b/docs/examples/hello_world/claude.md index 7658d1f2..af926934 100644 --- a/docs/examples/hello_world/claude.md +++ b/docs/examples/hello_world/claude.md @@ -4,7 +4,7 @@ In this tutorial, we will use Evolve and Claude Code to create a Python script t ## Video Tutorial
- +
## Requirements diff --git a/docs/examples/hello_world/codex.md b/docs/examples/hello_world/codex.md new file mode 100644 index 00000000..5323c90b --- /dev/null +++ b/docs/examples/hello_world/codex.md @@ -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 +
+ +
diff --git a/docs/index.md b/docs/index.md index a844950b..58bcdf0c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 @@ -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" + +
+ +
+ +=== "IBM Bob" + +
+ +
+ +=== "Codex" + +
+ +
+ ## 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. diff --git a/mkdocs.yaml b/mkdocs.yaml index 05fd4668..364b6e49 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -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