libagent
Installation
SKILL.md
libagent Skill
When to Use
- Building conversational AI agents with tool capabilities
- Coordinating LLM completions with memory context
- Processing multi-turn conversations with state
- Implementing RAG (retrieval-augmented generation) pipelines
Key Concepts
AgentMind: Core reasoning engine that processes requests through LLM completions, manages conversation state, and coordinates tool execution.
AgentAction: Handles individual tool calls, executes actions, and returns results to the conversation flow.