Core Concepts

Core Concepts

This section dives deeper into the fundamental building blocks of @obayd/agentic. Understanding these concepts is key to leveraging the full power of the framework.

  • Conversation: The central orchestrator managing the flow of interaction, message history, and tool usage.

  • Tools: Define the specific functions or capabilities your LLM agent can execute.

  • Toolpacks: Group related tools together and control their availability within a conversation.

  • LLM Integration: How @obayd/agentic connects to your chosen Large Language Model via the llmCallback.

  • Streaming & Events: Understand the asynchronous event stream produced during a conversation turn.

Last updated