"Hello World" with Evolve and IBM Bob¶
In this tutorial, we will create a simple scaffolding project using uv and set up IBM Bob with Evolve.
Video Tutorial¶
Requirements¶
uvinstalled- IBM Bob IDE installed.
Step 1: Create a new project using uv¶
Create a new project directory and initialize it with uv init.
Step 2: Install Evolve¶
Install Evolve by following the installation instructions →, or run:
curl -fsSL https://raw.githubusercontent.com/AgentToolkit/altk-evolve/main/platform-integrations/install.sh | bash -s -- install --platform bob --mode lite
Step 3: Project Setup¶
Open the project directory in IBM Bob IDE, and switch Bob's mode to Evolve Lite
Evolve Lite mode not found?
If Bob is running while you install Evolve, the Evolve Lite mode will not have been loaded. Try restarting IBM Bob IDE.
Step 4: Testing Evolve with Bob¶
If we test with the following example, at this point Bob doesn't know that this project is managed with uv, so Bob will probably get it wrong. It's entirely possible that Bob will still figure it out, so alternatively come up with something simple that Bob will get wrong.
In the future, Bob should remember via Evolve-Lite skills that uv is used for this project and not make the same mistake. This can be tested in this toy project by deleting the .venv directory and the uv.lock file and trying the same utterance again.
Troubleshooting¶
The install.sh script adds a section for Evolve into a shared custom_modes.yaml used by IBM Bob IDE. It is much like a .bashrc file, and so may become malformed. Check the project-level or user-level custom_modes.yaml for any issues.