Update Readme files to include recent model changes
Browse files- .github/README.md +3 -1
- chainlit.md +8 -3
.github/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Axiom - A Docs Expert Agent
|
| 2 |
|
| 3 |
-
Axiom is AI Agent specialized in modern AI frameworks, libraries and tools. It can assist in creating AI Agents, RAG systems, chatbots, authentication mechanisms, and even full-stack development. It is built with LangGraph, **MCP Docs Server**, Chainlit and
|
| 4 |
|
| 5 |

|
| 6 |
|
|
@@ -8,6 +8,7 @@ Axiom is AI Agent specialized in modern AI frameworks, libraries and tools. It c
|
|
| 8 |
|
| 9 |
- π€ Interactive chat interface
|
| 10 |
- π Access to multiple documentation sources
|
|
|
|
| 11 |
- π¨ Support for image processing and analysis
|
| 12 |
- π Use images and graphs to create production-ready code
|
| 13 |
- π οΈ Customizable model settings (temperature, model version)
|
|
@@ -38,6 +39,7 @@ The agent has access to following documentations:
|
|
| 38 |
|
| 39 |
* UV package manager
|
| 40 |
* Python 3.11+
|
|
|
|
| 41 |
* Docker (optional): If you intend to use the `Dockerfile`, you'll need Docker installed.
|
| 42 |
|
| 43 |
## Installation
|
|
|
|
| 1 |
# Axiom - A Docs Expert Agent
|
| 2 |
|
| 3 |
+
Axiom is AI Agent specialized in modern AI frameworks, libraries and tools. It can assist in creating AI Agents, RAG systems, chatbots, authentication mechanisms, and even full-stack development. It is built with LangGraph, **MCP Docs Server**, Chainlit and OpenRouter Models, designed to help users create different projects using natural language instructions.
|
| 4 |
|
| 5 |

|
| 6 |
|
|
|
|
| 8 |
|
| 9 |
- π€ Interactive chat interface
|
| 10 |
- π Access to multiple documentation sources
|
| 11 |
+
- π¦Ύ Support for multiple models using OpenRouter unified API
|
| 12 |
- π¨ Support for image processing and analysis
|
| 13 |
- π Use images and graphs to create production-ready code
|
| 14 |
- π οΈ Customizable model settings (temperature, model version)
|
|
|
|
| 39 |
|
| 40 |
* UV package manager
|
| 41 |
* Python 3.11+
|
| 42 |
+
* OpenRouter API Key
|
| 43 |
* Docker (optional): If you intend to use the `Dockerfile`, you'll need Docker installed.
|
| 44 |
|
| 45 |
## Installation
|
chainlit.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Axiom - A Docs Expert Agent
|
| 2 |
|
| 3 |
-
Axiom is AI Agent specialized in modern AI frameworks, libraries and tools. It can assist in creating AI Agents, RAG systems, chatbots, authentication mechanisms, and even full-stack development. It is built with LangGraph, MCP Docs Server, Chainlit and
|
| 4 |
|
| 5 |
## Features
|
| 6 |
|
|
@@ -9,6 +9,7 @@ Axiom is AI Agent specialized in modern AI frameworks, libraries and tools. It c
|
|
| 9 |
- **Agent Mode:** Ideal for complex tasks like brainstorming, code generation, and web apps creation.
|
| 10 |
- **Chat Mode:** Suited for quick information retrieval and answering questions from the provided documentations.
|
| 11 |
- π Access to multiple documentation sources
|
|
|
|
| 12 |
- π¨ Support for image processing and analysis
|
| 13 |
- π Use images and graphs to create production-ready code
|
| 14 |
- π οΈ Customizable model settings (temperature, model version)
|
|
@@ -25,10 +26,14 @@ The agent has access to following documentations:
|
|
| 25 |
- Supabase
|
| 26 |
- Pinecone
|
| 27 |
- Composio
|
| 28 |
-
- Clerk Auth
|
| 29 |
-
- Stack Auth
|
| 30 |
- Mem0
|
| 31 |
- Zep
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
|
| 33 |
## Project Code
|
| 34 |
|
|
|
|
| 1 |
# Axiom - A Docs Expert Agent
|
| 2 |
|
| 3 |
+
Axiom is AI Agent specialized in modern AI frameworks, libraries and tools. It can assist in creating AI Agents, RAG systems, chatbots, authentication mechanisms, and even full-stack development. It is built with LangGraph, MCP Docs Server, Chainlit and OpenRouter Models, designed to help users create different projects using natural language instructions.
|
| 4 |
|
| 5 |
## Features
|
| 6 |
|
|
|
|
| 9 |
- **Agent Mode:** Ideal for complex tasks like brainstorming, code generation, and web apps creation.
|
| 10 |
- **Chat Mode:** Suited for quick information retrieval and answering questions from the provided documentations.
|
| 11 |
- π Access to multiple documentation sources
|
| 12 |
+
- π¦Ύ Support for multiple models using OpenRouter unified API
|
| 13 |
- π¨ Support for image processing and analysis
|
| 14 |
- π Use images and graphs to create production-ready code
|
| 15 |
- π οΈ Customizable model settings (temperature, model version)
|
|
|
|
| 26 |
- Supabase
|
| 27 |
- Pinecone
|
| 28 |
- Composio
|
|
|
|
|
|
|
| 29 |
- Mem0
|
| 30 |
- Zep
|
| 31 |
+
- Stripe
|
| 32 |
+
- Resend
|
| 33 |
+
- Upstash
|
| 34 |
+
- Netlify
|
| 35 |
+
- Clerk Auth
|
| 36 |
+
- Stack Auth
|
| 37 |
|
| 38 |
## Project Code
|
| 39 |
|