jim-bo Claude Opus 4.6 (1M context) commited on
Commit
d6d8a4a
·
1 Parent(s): ad2b7a8

fix: add HuggingFace Space metadata to README

Browse files

The YAML frontmatter is required for HF Spaces to detect the SDK type.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +9 -0
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/).