Skip to main content

Glossary

  • Runnable: composable unit with invoke and pipe.
  • 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 Model interface.
  • 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.