Spaces:
Runtime error
Runtime error
Add metadata section to README.md for project details
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# llmOS-Agent
|
2 |
|
3 |
`llmOS-Agent` provides an asynchronous chat interface built around Ollama models. It supports running shell commands in an isolated Linux VM and persists conversations in SQLite.
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
title: llmOS-Agent
|
4 |
+
sdk: gradio
|
5 |
+
emoji: 🚀
|
6 |
+
colorFrom: blue
|
7 |
+
colorTo: yellow
|
8 |
+
short_description: An LLM agent that can use a Linux VM to accomplish tasks.
|
9 |
+
hf_oauth: true
|
10 |
+
---
|
11 |
+
|
12 |
# llmOS-Agent
|
13 |
|
14 |
`llmOS-Agent` provides an asynchronous chat interface built around Ollama models. It supports running shell commands in an isolated Linux VM and persists conversations in SQLite.
|