Key Concepts
Learn the fundamental concepts to be sure Neuron it's the best fit for your business needs.
Last updated
Learn the fundamental concepts to be sure Neuron it's the best fit for your business needs.
Last updated
Neuron AI is designed to provide you with a complete toolkit to implement AI driven applications, making it easy to integrate into your existing system.
Neuron AI framework components just provide you features to implement your own agentic behavior. The two most important classes and , are designed to be extended to create your specific implementation. They are rarely used as standalone objects.
This ensures the portability of your agents because all the moving parts are encapsulated into a single entity that you can just run wherever you want in your application.
Every component of the framework depends on its own interface. This guarantees you the ability to create new concrete implementations of every component to interact with external systems and pass them to your agents with confidence.
In the components documentation you will find the dedicated section of how to implement a new one, basically extending its interface.
Do you want to implement a new , or an ? Follow the documentation and feel free to send us a PR with your new module. We will be happy to integrate them as a part of the framework to ensure first party support and maintenance.
Neuron is designed with a built-in system to make your agent and RAG implementations observable. You can start monitoring your agents activities and performance with just one line of code. Learn more in the .