Programmer-RD-AI
commited on
Commit
·
10f43fe
1
Parent(s):
625bcca
update readme
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Agent UI
|
2 |
|
3 |
A modern chat interface for AgentOS built with Next.js, Tailwind CSS, and TypeScript. This template provides a ready-to-use UI for connecting to and interacting with your AgentOS instances through the Agno platform.
|
@@ -89,8 +100,6 @@ Once you've configured the endpoint:
|
|
89 |
2. If successful, you'll see your agents available in the chat interface
|
90 |
3. If there are connection issues, check that your AgentOS is running and accessible. Check out the troubleshooting guide [here](https://docs.agno.com/faq/agentos-connection)
|
91 |
|
92 |
-
|
93 |
-
|
94 |
## Contributing
|
95 |
|
96 |
Contributions are welcome! Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for contribution guidelines.
|
|
|
1 |
+
---
|
2 |
+
title: SIFA Classification Agentic RAG Frontend
|
3 |
+
emoji: 🤖
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: docker
|
7 |
+
app_port: 7860
|
8 |
+
pinned: false
|
9 |
+
license: mit
|
10 |
+
---
|
11 |
+
|
12 |
# Agent UI
|
13 |
|
14 |
A modern chat interface for AgentOS built with Next.js, Tailwind CSS, and TypeScript. This template provides a ready-to-use UI for connecting to and interacting with your AgentOS instances through the Agno platform.
|
|
|
100 |
2. If successful, you'll see your agents available in the chat interface
|
101 |
3. If there are connection issues, check that your AgentOS is running and accessible. Check out the troubleshooting guide [here](https://docs.agno.com/faq/agentos-connection)
|
102 |
|
|
|
|
|
103 |
## Contributing
|
104 |
|
105 |
Contributions are welcome! Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for contribution guidelines.
|