Examples
Run the examples from the examples folders.
Codemode Examples
- Progressive discovery and code execution: https://github.com/datalayer/agent-codemode/blob/main/examples/simple/codemode_example.py
- Patterns overview: https://github.com/datalayer/agent-codemode/blob/main/examples/simple/codemode_patterns_example.py
make codemode-example
make codemode-patterns
Make targets: https://github.com/datalayer/agent-codemode/blob/main/examples/simple/Makefile
Agent CLI Examples
- CLI (stdio server): https://github.com/datalayer/agent-codemode/blob/main/examples/agent/agent_cli.py
- Minimal MCP server: https://github.com/datalayer/agent-codemode/blob/main/examples/agent/example_mcp_server.py
make agent
make agent-codemode
Make targets: https://github.com/datalayer/agent-codemode/blob/main/examples/agent/Makefile
Skills examples live in agent-skills.