OLLMchat.Agent
Description:
Agent system namespace.
The OLLMchat.Agent namespace provides the agent factory and handler system. Factories (like Factory and JustAskFactory) create agent
instances (like Base and JustAsk) for handling requests. This replaces the old Prompt namespace structure with a clearer separation
between factories and agents.
Content:
Interfaces:
- Interface - Interface for agent
implementations.
Classes:
- Base - Base handler for agent requests.
- Factory - Base class for agent factories.
- JustAsk - Just Ask agent - a simple pass-through
agent.
- JustAskFactory - Just Ask factory -
creates simple pass-through agents.
- Summarizer - Background conversation
summarizer for agents with summary history.