Tools & MCP
Create custom tools with Python functions or connect to MCP servers.
Memory & Context
Store conversation history and maintain context between interactions.
Model Agnostic
Switch between OpenAI, Anthropic, Google, and others without changing your code.
Knowledge Base
Build an agent that can search and use your documents and knowledge bases.
Why Hypertic?
Straightforward: Create an agent in minutes with a simple, intuitive interface. No complex abstractions or layers to learn, just pass your model, tools, and memory to theAgent class and you’re ready to go.
Easy: Use any LLM provider (OpenAI, Anthropic, Google, etc.) with the same interface. Add tools with a simple @tool decorator. Configure memory with a single parameter. Everything follows Python conventions you already know.
Fast: Get started immediately with minimal setup. The lightweight framework has minimal dependencies and overhead, so your agents start quickly and run efficiently without unnecessary bloat.
Lightweight: Built with a focus on simplicity and performance. No heavy dependencies or complex abstractions, just what you need to build production-ready AI agents.