Skip to content

Shivay00001/axio-framework

Repository files navigation

⚡ Axio Framework

The AI-Native Full-Stack Engine

PyPI version License GitHub


Axio is a high-performance, AI-native framework designed for the future of software development. It enables developers to build complex, full-stack applications by declaring intent in a simple Python DSL. The Axio compiler then transforms these declarations into production-ready React frontends, FastAPI backends, and isolated Agent Runtimes.

🚀 Key Differentiators

  • Declaration Over Implementation: Stop writing boilerplate. Define agents, views, and workflows; Axio handles the rest.
  • AI as a First-Class Citizen: Reasoning loops, tool orchestration, and memory are built directly into the language constructs.
  • Multi-Agent Orchestrator: Native support for complex, coordinated multi-agent workflows with context isolation.
  • Hybrid Memory Engine: Seamless integration of Vector (Semantic), Graph (Relationship), and Cache storage.
  • MCP Native: Built-in support for the Model Context Protocol to easily connect agents to any tool or data source.

🛠️ Tech Stack

Layer Technology
Frontend React 18+, TypeScript, Tailwind CSS, Vite
Backend FastAPI, Uvicorn, Pydantic
Agents Claude-3.5-Sonnet (Default), OpenAI, Multi-Model Logic
Memory pgvector (PostgreSQL), Neo4j (Graph), Redis (Cache)
Infrastructure Docker, Kubernetes, OpenTelemetry

📦 Installation

pip install axio-framework

🏗️ Quick Start

1. Initialize Project

axio new my-smart-app
cd my-smart-app

2. Define an Agent (app.py)

@app.agent(name="researcher", model="claude-sonnet-4")
class ResearchAgent:
    async def analyze(self, query: str):
        return await self.reason(objective=f"Analyze {query}")

3. Run Development Server

axio dev

📜 License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.


Built with ❤️ for the AI Engineer Era

About

The AI-Native Full-Stack Engine. Declare intent in Python DSL Generate production React + FastAPI + Agent runtime.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages