autocontext
Installation
SKILL.md
AUTOCONTEXT CLI Skill
AUTOCONTEXT is a context compute platform that orchestrates Docker-backed workflows for knowledge retrieval, data ingestion, and entity extraction. It connects contexts to Pinecone vector databases and uses Gemini for inference.
This skill should be activated whenever the user needs to:
- Manage autocontexts (create, select, list)
- Ingest documents or files into a context
- Run retrieval tasks against a context
- Run refinement tasks
- Manage tasks
Key Concepts
- Autocontext: A container for your data and configurations. Tasks cannot exist without an autocontext.
- Workflow: A specific operation type (
ingest,retrieve,refine, etc.). Useautocontext workflow listto see available ones. - Task: An execution instance of a workflow within a specific autocontext. Created via
autocontext task create.