Basic Chat
Learn the fundamentals of creating an AI agent with simple chat functionality.
01-agent-code-skill/03-chat.tsSmythOS SDK Learning Path
Interactive examples from sre/examples — progress from basic chat to advanced multi-agent workflows.
Learn the fundamentals of creating an AI agent with simple chat functionality.
01-agent-code-skill/03-chat.tsReal-time streaming responses with Server-Sent Events (SSE).
01-agent-code-skill/03.1-chat-streaming.tsChat sessions with memory persistence across conversations.
01-agent-code-skill/04-chat-interactive-persistent.tsRun AI agents with local models like Ollama for offline capability.
12-local-models/01-ollama-chat.tsOpenTelemetry integration for tracing, monitoring, and debugging.
14-observability/02-opentelemetry-chat-interactive.tsAdvanced planner mode for multi-step task execution and code generation.
01-agent-code-skill/04.1-chat-planner-coder.tsVision model integration for analyzing and describing images using GPT-4o.
01-agent-code-skill/06-handle-attachment-with-agent-llm.tsRAG-based document assistant with vector embeddings and semantic search.
05-VectorDB-with-agent/01-upsert-and-search.tsMulti-skill agent with GitHub API integration for repos, issues, and PRs.
Custom implementationOrchestrate multiple specialized agents working together on complex tasks.
03-agent-workflow-components/01-workflow.tsStart with Basic Chat to understand fundamentals, progress through Streaming and Persistence, then master Multi-Agent Workflows for advanced orchestration.