Spaces:
Sleeping
Sleeping
fix: add HuggingFace Space metadata to README
Browse filesThe YAML frontmatter is required for HF Spaces to detect the SDK type.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Agent TUI — A Teaching Package for Building AI Agent Interfaces
|
| 2 |
|
| 3 |
A Python reference implementation showing how to build a terminal-based AI agent with tool use, interactive UI, and streaming responses. Built with [Textual](https://textual.textualize.io/) and [pydantic-ai](https://ai.pydantic.dev/).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: CLI Textual Demo
|
| 3 |
+
emoji: 🚀
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
# Agent TUI — A Teaching Package for Building AI Agent Interfaces
|
| 11 |
|
| 12 |
A Python reference implementation showing how to build a terminal-based AI agent with tool use, interactive UI, and streaming responses. Built with [Textual](https://textual.textualize.io/) and [pydantic-ai](https://ai.pydantic.dev/).
|