neuron-coreneuron-coreOfficialยท8 Agent Skills Included

neuron-ai

Build, test, and monitor AI agents in PHP applications

Builds production-ready AI agents in PHP with chat, streaming, tools, RAG, and structured output. Removes the pain of wiring LLM providers, vector stores, and MCP servers together by hand. Includes skills for testing with fake providers, evaluating outputs, and debugging agent behavior with observability tools.
npx skills add neuron-core/neuron-ai --all -g -y
Available:

Explains the framework's workflow-first architecture and directs the AI agent to the right module-level guide and coding standards when building or modifying Neuron components.

All Skills in This Repository (8)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Neuron AI?โ–ผ

Run `npx skills add neuron-core/neuron-ai --all -g -y` in your terminal to install all skills in this suite globally.

What can I build with Neuron AI?โ–ผ

You can build PHP-based AI agents with chat, streaming, tool calling, RAG document search, and structured data extraction, all orchestrated through event-driven workflows.

Which LLM providers does Neuron AI support?โ–ผ

It supports Anthropic, OpenAI, Gemini, Ollama, Mistral, Deepseek, AWS Bedrock, and many more, and you can switch providers with a single line of code.

Can I test agents without real API calls?โ–ผ

Yes. The suite includes fake providers, vector stores, and MCP transports that record interactions so you can write fast, deterministic PHPUnit tests.

Do I need AI experience to use these skills?โ–ผ

No. The skills guide your AI agent through agent creation, tool building, and RAG setup using plain-English requests and generated boilerplate.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’