Skip to content

odei-ai/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

ODEI Examples

Reference integrations for the ODEI API, MCP, and world model workflows.

This repository contains small, practical examples showing how to connect external agents and applications to ODEI.

What These Examples Cover

  • guardrail checks before execution
  • world model queries from Python and TypeScript
  • MCP integration patterns
  • agent workflows that rely on structured memory instead of flat transcripts

Public Surfaces

Typical Use Cases

  • validate an action before a tool call
  • query active objectives or constraints from the world model
  • connect an MCP client to governed retrieval
  • prototype ODEI-aware agents in Python or TypeScript

Quick Start

# Python examples
pip install -r python/requirements.txt

# TypeScript examples
cd typescript
npm install

See the example files in this repository for concrete request shapes and setup patterns.

Related Repositories

Repository Role
mcp-odei MCP server
web Docs and public API runtime
memory Memory architecture

License

MIT

About

Reference integrations for the ODEI API, MCP, and world model workflows.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors