Worked Examples

Practical examples demonstrating how to build AI-powered applications with Maitento.


Getting Started

Hello World

Create your first AI agent and run a simple OneShot interaction. Learn the basics of agents, interactions, and responses using Shell, SDK, and API.

Building a Cogniscript App

Create and deploy a Cogniscript application with inputs and outputs. Build a unit converter app that demonstrates the language features and deployment workflow.


AI Orchestration

Multi-Agent Collaboration

Orchestrate multiple AI agents in a RoundRobin discussion with voting. Create a research review panel with Researcher, Critic, and Summarizer agents working together.

Document Search with RAG

Upload documents and perform semantic search with embeddings. Learn how to create partitions, upload files (PDF, markdown, etc.), and use search results in agent interactions.


Integration

Integrating External APIs

Connect agents to external services using OpenAPI connectors. Create connectors, define operations, handle authentication with secrets, and bind operations to agents.

Scheduled Automation

Create automated workflows that run on cron schedules or in response to system events. Configure message triggers, monitor execution history, and handle failures.


Coming Soon

We’re actively developing additional worked examples:

  • GitHub PR Reviewer - Automated code review using AI agents
  • Slack Bot - Connect AI interactions to Slack channels
  • Capsule Development - Isolated container for code execution
  • Webhook Integration - Event-driven workflows with external systems
  • Error Handling Patterns - Robust error handling and retry strategies

Request an Example

Have a specific use case you’d like to see documented? Open an issue to request an example.