Aasher commited on
Commit
f999e67
Β·
1 Parent(s): 4c22e85

Write Readme for chainlit

Browse files
Files changed (1) hide show
  1. chainlit.md +22 -8
chainlit.md CHANGED
@@ -1,14 +1,28 @@
1
- # Welcome to Chainlit! πŸš€πŸ€–
2
 
3
- Hi there, Developer! πŸ‘‹ We're excited to have you on board. Chainlit is a powerful tool designed to help you prototype, debug and share applications built on top of LLMs.
4
 
5
- ## Useful Links πŸ”—
6
 
7
- - **Documentation:** Get started with our comprehensive [Chainlit Documentation](https://docs.chainlit.io) πŸ“š
8
- - **Discord Community:** Join our friendly [Chainlit Discord](https://discord.gg/k73SQ3FyUh) to ask questions, share your projects, and connect with other developers! πŸ’¬
 
 
 
 
9
 
10
- We can't wait to see what you create with Chainlit! Happy coding! πŸ’»πŸ˜Š
11
 
12
- ## Welcome screen
 
 
 
 
 
 
13
 
14
- To modify the welcome screen, edit the `chainlit.md` file at the root of your project. If you do not want a welcome screen, just leave this file empty.
 
 
 
 
 
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)