Write Readme for chainlit
Browse files- chainlit.md +22 -8
chainlit.md
CHANGED
|
@@ -1,14 +1,28 @@
|
|
| 1 |
-
#
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
##
|
| 6 |
|
| 7 |
-
-
|
| 8 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
| 10 |
-
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
|
| 5 |
+
## Features
|
| 6 |
|
| 7 |
+
- π€ Interactive chat interface
|
| 8 |
+
- π Access to multiple documentation sources
|
| 9 |
+
- π¨ Support for image processing and analysis
|
| 10 |
+
- π Use images and graphs to create production-ready code
|
| 11 |
+
- π οΈ Customizable model settings (temperature, model version)
|
| 12 |
+
- π Docker support for containerized deployment
|
| 13 |
|
| 14 |
+
## Documentation Sources
|
| 15 |
|
| 16 |
+
The agent has access to following documentations:
|
| 17 |
+
- LangGraph Python
|
| 18 |
+
- CrewAI
|
| 19 |
+
- Model Context Protocol (MCP)
|
| 20 |
+
- Chainlit
|
| 21 |
+
- FastHTML
|
| 22 |
+
- Supabase
|
| 23 |
|
| 24 |
+
## Project Code
|
| 25 |
+
|
| 26 |
+
You can access the GitHub repository here:
|
| 27 |
+
|
| 28 |
+
πΉ[Docs Expert Agent](https://github.com/aasherkamal216/Docs_Expert_Agent)
|