Add more docs llms.txt
Browse files- .env.example +10 -1
- .github/README.md +7 -3
- docs_config.yaml +10 -1
.env.example
CHANGED
|
@@ -1 +1,10 @@
|
|
| 1 |
-
GOOGLE_API_KEY=
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
GOOGLE_API_KEY=
|
| 2 |
+
|
| 3 |
+
CHAINLIT_AUTH_SECRET=
|
| 4 |
+
CHAINLIT_URL=
|
| 5 |
+
|
| 6 |
+
OAUTH_GOOGLE_CLIENT_SECRET=
|
| 7 |
+
OAUTH_GOOGLE_CLIENT_ID=
|
| 8 |
+
|
| 9 |
+
OAUTH_GITHUB_CLIENT_SECRET=
|
| 10 |
+
OAUTH_GITHUB_CLIENT_ID=
|
.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 Gemini, designed to help users create different projects using natural language instructions.
|
| 4 |
|
| 5 |

|
| 6 |
|
|
@@ -25,10 +25,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 |
## Prerequisites
|
| 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 Gemini, designed to help users create different projects using natural language instructions.
|
| 4 |
|
| 5 |

|
| 6 |
|
|
|
|
| 25 |
- Supabase
|
| 26 |
- Pinecone
|
| 27 |
- Composio
|
|
|
|
|
|
|
| 28 |
- Mem0
|
| 29 |
- Zep
|
| 30 |
+
- Stripe
|
| 31 |
+
- Resend
|
| 32 |
+
- Upstash
|
| 33 |
+
- Netlify
|
| 34 |
+
- Clerk Auth
|
| 35 |
+
- Stack Auth
|
| 36 |
|
| 37 |
## Prerequisites
|
| 38 |
|
docs_config.yaml
CHANGED
|
@@ -35,4 +35,13 @@
|
|
| 35 |
llms_txt: https://docs.stack-auth.com/llms.txt
|
| 36 |
|
| 37 |
- name: Stripe
|
| 38 |
-
llms_txt: https://docs.stripe.com/llms.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
llms_txt: https://docs.stack-auth.com/llms.txt
|
| 36 |
|
| 37 |
- name: Stripe
|
| 38 |
+
llms_txt: https://docs.stripe.com/llms.txt
|
| 39 |
+
|
| 40 |
+
- name: Resend
|
| 41 |
+
llms_txt: https://resend.com/docs/llms.txt
|
| 42 |
+
|
| 43 |
+
- name: Upstash
|
| 44 |
+
llms_txt: https://upstash.com/docs/llms.txt
|
| 45 |
+
|
| 46 |
+
- name: Netlify
|
| 47 |
+
llms_txt: https://docs.netlify.com/llms.txt
|