{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_llamaindex",
  "slug": "llamaindex",
  "name": "LlamaIndex",
  "canonical_url": "https://www.openagent.bot/agents/llamaindex",
  "category": "agents",
  "resource_type": "agent",
  "summary": "Data framework for connecting LLMs to external data with RAG, agents, and structured retrieval.",
  "capabilities": [
    "rag",
    "tool-calling",
    "connectors",
    "context-retrieval"
  ],
  "constraints": [
    "open-source"
  ],
  "scenarios": [
    "developer-workflow",
    "production-agent"
  ],
  "deployment_modes": [],
  "interfaces": [],
  "integrations": [],
  "permission_surface": [
    "memory",
    "external services"
  ],
  "risk_level": "moderate",
  "source_confidence": "medium",
  "recommended_workflows": [
    "Memory or RAG workflow"
  ],
  "avoid_when": [
    "Production adoption without checking source links, maintenance, permissions, and failure recovery."
  ],
  "primary_actions": [
    "Inspect repository"
  ],
  "evidence_urls": [
    "https://github.com/run-llama/llama_index"
  ],
  "last_verified_at": "2026-06-16",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/agents/llamaindex.json",
    "markdown_url": "https://www.openagent.bot/agents/llamaindex.md",
    "agent_json_url": "https://www.openagent.bot/agents/llamaindex.agent.json"
  }
}