Supported Examples:
python/acontext-basic: Core Acontext SDK examples demonstrating session management, task extraction, and artifact handling.python/openai-basic: Direct OpenAI Python SDK integration with Acontext for multi-turn conversations and manual tool calling.python/openai-agent-basic: OpenAI Agents SDK with Acontext for persistent sessions, automatic tool execution, and conversation resumption.python/openai-agent-artifacts: Async ReAct-style agent using OpenAI SDK with Acontext Disk APIs for file operations (write, read, download).python/claude-agent-basic: Claude Agent SDK paired with Acontext for session storage, task extraction, and progress tracking.python/agno-basic: Agno multi-agent framework integration with Acontext for session persistence and task extraction.python/wait-for-user-confirmation: Experience confirmation workflow allowing users to review and approve AI-learned patterns before saving to the knowledge base.
typescript/openai-basic: OpenAI SDK with Acontext integration for session management, task extraction, and conversation history retrieval.typescript/vercel-ai-basic: Vercel AI SDK with Acontext integration for session management, task extraction, and experience search.
curl -fsSL https://install.acontext.io | shacontext create my-project --template-path "python/openai_basic"- We use
uvas pkg manager for Python Examples - We use
npmas pkg manager for Typescript Examples