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.