Rename Agent to Axiom
Browse files- .chainlit/config.toml +1 -1
- chainlit.md +8 -2
- public/avatars/{docs_agent.png → axiom.png} +0 -0
- public/theme.json +1 -1
.chainlit/config.toml
CHANGED
|
@@ -59,7 +59,7 @@ edit_message = true
|
|
| 59 |
|
| 60 |
[UI]
|
| 61 |
# Name of the assistant.
|
| 62 |
-
name = "
|
| 63 |
|
| 64 |
# default_theme = "light"
|
| 65 |
|
|
|
|
| 59 |
|
| 60 |
[UI]
|
| 61 |
# Name of the assistant.
|
| 62 |
+
name = "Axiom"
|
| 63 |
|
| 64 |
# default_theme = "light"
|
| 65 |
|
chainlit.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
# Docs Expert Agent
|
| 2 |
|
| 3 |
An AI-powered documentation assistant built with LangGraph, MCP Docs, Chainlit and Gemini, designed to help users create different projects using natural language.
|
| 4 |
|
|
@@ -20,9 +20,15 @@ The agent has access to following documentations:
|
|
| 20 |
- Chainlit
|
| 21 |
- FastHTML
|
| 22 |
- Supabase
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
## Project Code
|
| 25 |
|
| 26 |
You can access the GitHub repository here:
|
| 27 |
|
| 28 |
-
🔹[
|
|
|
|
| 1 |
+
# Axiom - A Docs Expert Agent
|
| 2 |
|
| 3 |
An AI-powered documentation assistant built with LangGraph, MCP Docs, Chainlit and Gemini, designed to help users create different projects using natural language.
|
| 4 |
|
|
|
|
| 20 |
- Chainlit
|
| 21 |
- FastHTML
|
| 22 |
- Supabase
|
| 23 |
+
- Pinecone
|
| 24 |
+
- Composio
|
| 25 |
+
- Clerk Auth
|
| 26 |
+
- Stack Auth
|
| 27 |
+
- Mem0
|
| 28 |
+
- Zep
|
| 29 |
|
| 30 |
## Project Code
|
| 31 |
|
| 32 |
You can access the GitHub repository here:
|
| 33 |
|
| 34 |
+
🔹[Axiom](https://github.com/aasherkamal216/Axiom)
|
public/avatars/{docs_agent.png → axiom.png}
RENAMED
|
File without changes
|
public/theme.json
CHANGED
|
@@ -36,7 +36,7 @@
|
|
| 36 |
"dark": {
|
| 37 |
"--font-sans": "'Inter', sans-serif",
|
| 38 |
"--font-mono": "source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace",
|
| 39 |
-
"--background": "0 0%
|
| 40 |
"--foreground": "0 0% 93%",
|
| 41 |
"--card": "0 0% 16%",
|
| 42 |
"--card-foreground": "210 40% 98%",
|
|
|
|
| 36 |
"dark": {
|
| 37 |
"--font-sans": "'Inter', sans-serif",
|
| 38 |
"--font-mono": "source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace",
|
| 39 |
+
"--background": "0 0% 8%",
|
| 40 |
"--foreground": "0 0% 93%",
|
| 41 |
"--card": "0 0% 16%",
|
| 42 |
"--card-foreground": "210 40% 98%",
|