feat: add pixeltable skill for multimodal AI data infrastructure - #265
feat: add pixeltable skill for multimodal AI data infrastructure#265pierrebrunelle wants to merge 2 commits into
Conversation
|
Updated after rebase onto latest
Related: Kilo Marketplace listing at Kilo-Org/kilo-marketplace#196 |
575ece8 to
e2ff203
Compare
|
👋 This PR needs a couple of things fixed before OpenHands can review it:
Push an update once this is addressed and this check re-runs automatically. This is an automated check - no AI was used to generate this comment. |
2 similar comments
|
👋 This PR needs a couple of things fixed before OpenHands can review it:
Push an update once this is addressed and this check re-runs automatically. This is an automated check - no AI was used to generate this comment. |
|
👋 This PR needs a couple of things fixed before OpenHands can review it:
Push an update once this is addressed and this check re-runs automatically. This is an automated check - no AI was used to generate this comment. |
Pixeltable replaces LangChain + pandas + vector DB with declarative tables and computed columns. This skill covers table creation, embedding indexes, similarity search, UDFs, views with iterators, and 25+ AI provider integrations. Includes reference docs for core API, agentic patterns, video/RAG workflows, anti-patterns, and provider catalog. Co-authored-by: Cursor <cursoragent@cursor.com>
Add Pixeltable to the OpenHands marketplace registry and integrations catalog with uvx --from git MCP install; regenerate catalog indexes. Co-authored-by: Cursor <cursoragent@cursor.com>
e2ff203 to
f8e61ed
Compare
|
Rebased onto latest |
Summary
pixeltableskill that teaches agents how to use Pixeltable for declarative multimodal data infrastructureWhy this skill?
Agents can create tables, add computed columns that auto-execute on insert, build embedding indexes, and run similarity search without managing multiple tools. It handles images, video, audio, and documents natively.
Structure
Test plan
test_skills_have_readmepasses (README.md present and readable)test_catalogspasses (no regressions)