Installation
Step by step instructions on how to install Neuron AI in your existing system.
Requirements
PHP: ^8.0
Install
Run the composer command below to install the latest version:
Create an Agent
You can easily create your first agent extending the NeuronAI\Agent
class:
Talk to the Agent
Send a prompt to the agent to get a response from the underlying LLM:
Last updated