Agent class is the core building block of Hypertic. It provides a straightforward way to create AI agents that process queries, use tools, maintain conversation context, interact with external systems, and leverage skills for domain-specific capabilities.
Core Components
Models
Configure and use different language models from various providers.
Tools
Extend agent capabilities with custom functions and external integrations.
Memory
Store conversation history and maintain context across interactions.
Retriever
Connect agents to your documents and data for informed responses.
Skills
Extend the agent with modular, filesystem-based capabilities and domain expertise.
Streaming
Stream responses in real-time for better user experience.
Structured Output
Get validated, structured responses using schemas.
Guardrails
Add safety and validation rules to control agent behavior.
MCP
Integrate with MCP servers for advanced capabilities.
File Upload
Process documents, images, and other file types.