Glossary
- Runnable: composable unit with
invokeandpipe. - Chain: ordered runnable composition.
- Prompt Template: placeholder-based prompt formatter.
- Output Parser: converts raw model output into typed structures.
- Model Adapter: provider wrapper implementing framework
Modelinterface. - Agent Runtime: iterative planner/executor loop handling tool calls and final responses.
- Tool: externally executable function exposed to models.
- MVP: minimal product scope focused on stable foundations.