A powerful full-stack AI agent framework for autonomous task execution
Axon Agent is a full-stack AI agent framework that combines a Python FastAPI backend with a modern React TypeScript frontend. It provides an extensible platform for creating autonomous AI agents capable of executing complex tasks through multi-tool coordination, intelligent planning, and decision-making.
→ Read the full English documentation here
The complete documentation includes:
- ✅ Project overview and architecture
- ✅ Complete technology stack
- ✅ Installation and setup guide
- ✅ Usage examples and API reference
- ✅ Development workflow
- ✅ Contributing guidelines
# Clone the repository
git clone https://github.com/crislerwin/Axon-Agent.git
cd axon-agent
# Install dependencies
npm run install
# Configure
cp api/config/config.example.toml api/config/config.toml
# Edit config.toml with your API keys
# Run
npm run devAccess the application at http://localhost:3000
Axon Agent é um framework full-stack de agentes de IA que combina um backend Python FastAPI com um frontend moderno em React TypeScript. Ele fornece uma plataforma extensível para criar agentes de IA autônomos capazes de executar tarefas complexas através de coordenação multi-ferramenta, planejamento inteligente e tomada de decisões.
→ Leia a documentação completa em português aqui
A documentação completa inclui:
- ✅ Visão geral do projeto e arquitetura
- ✅ Stack de tecnologia completa
- ✅ Guia de instalação e configuração
- ✅ Exemplos de uso e referência da API
- ✅ Fluxo de desenvolvimento
- ✅ Diretrizes de contribuição
# Clone o repositório
git clone https://github.com/crislerwin/Axon-Agent.git
cd axon-agent
# Instale as dependências
npm run install
# Configure
cp api/config/config.example.toml api/config/config.toml
# Edite config.toml com suas chaves de API
# Execute
npm run devAcesse a aplicação em http://localhost:3000
|
English
|
Português
|
- FastAPI - High-performance async web framework
- OpenAI SDK - LLM integration (OpenAI, Azure, Ollama)
- Playwright - Browser automation
- Pydantic - Data validation
- React + TypeScript - Modern UI framework
- Vite - Fast build tool
- Tailwind CSS - Utility-first styling
- Shadcn/ui - Accessible component library
- i18next - Internationalization
|
English
|
Português
|
|
English We welcome contributions! Please see our Contributing Guidelines for details.
|
Português Aceitamos contribuições! Por favor, veja nossas Diretrizes de Contribuição para detalhes.
|
This project is licensed under the MIT License - see the LICENSE file for details.
Este projeto está licenciado sob a Licença MIT - veja o arquivo LICENSE para detalhes.
|
English
|
Português
|
Built with love using FastAPI, React, OpenAI, Playwright, Shadcn/ui, and many other amazing open-source projects.
Construído com amor usando FastAPI, React, OpenAI, Playwright, Shadcn/ui, e muitos outros projetos open-source incríveis.
Made with ❤️ by crislerwin
⭐ Star this repository if you find it helpful! / Dê uma estrela se achar útil!