Who: Agent Builders, AI EngineersDocumentation Index
Fetch the complete documentation index at: https://docs.pixeltable.com/llms.txt
Use this file to discover all available pages before exploring further.
Output: Autonomous AI agents with memory and tool use Build AI agents that can call tools, remember context, and integrate with MCP servers—all backed by Pixeltable’s persistent storage and orchestration.
Agent Capabilities
Tool Calling
Register UDFs and queries as tools that LLMs can invoke
Persistent Memory
Store conversation history and retrieved context in tables
MCP Integration
Connect to Model Context Protocol servers for external tools
RAG Retrieval
Semantic search over documents, images, and more
Data Lifecycle
- 1. Tools
- 2. Workflow
- 3. MCP
- 4. Memory
- 5. Deploy
Define Tool UDFs
Wrap any Python code as
@pxt.udf tools—API calls, web scraping, database queriesUDF Guide
Writing custom functions
Register Tools
Combine UDFs, queries, and MCP tools into a single registry
pxt.tools()Tool Calling Cookbook
Complete tool calling walkthrough
Built with Pixeltable
Pixelbot
Multimodal AI agent with infinite memory, file search, and image generation
Pixelagent
Lightweight agent framework with built-in memory and tool orchestration
Pixelmemory
Persistent memory layer for AI applications
MCP Server
Model Context Protocol server for Claude, Cursor, and AI IDEs
Related Cookbooks
Tool Calling
Complete guide to
pxt.tools() and invoke_tools()Agent Memory
Persistent conversation context patterns
RAG Pipeline
Retrieval-augmented generation workflow
Table as UDF
Use tables as callable functions