Spaces:
Running
Running
Commit ·
8562e41
1
Parent(s): dbb6365
Fix requirements
Browse files- SPACES_README.md +0 -17
- requirements.txt +1 -9
- spaces_requirements.txt +0 -1
SPACES_README.md
DELETED
|
@@ -1,17 +0,0 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: Agentic Zork
|
| 3 |
-
emoji: "🎮"
|
| 4 |
-
colorFrom: green
|
| 5 |
-
colorTo: purple
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version: 5.0.0
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
-
license: mit
|
| 11 |
-
---
|
| 12 |
-
|
| 13 |
-
# Playing Zork has never been so boring
|
| 14 |
-
|
| 15 |
-
In this assignment, you will build an AI Agent and an MCP server to play text adventure games like Zork.
|
| 16 |
-
|
| 17 |
-
See the instructions below to get started!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
|
@@ -2,16 +2,8 @@
|
|
| 2 |
jericho
|
| 3 |
python-dotenv
|
| 4 |
|
| 5 |
-
# LLM providers
|
| 6 |
-
huggingface_hub
|
| 7 |
-
openai
|
| 8 |
-
anthropic
|
| 9 |
-
|
| 10 |
# MCP Server
|
| 11 |
fastmcp
|
| 12 |
|
| 13 |
# Function calling (optional, for the alternative approach)
|
| 14 |
-
langchain-core
|
| 15 |
-
|
| 16 |
-
# Gradio for the web interface (version controlled by Space sdk_version)
|
| 17 |
-
gradio
|
|
|
|
| 2 |
jericho
|
| 3 |
python-dotenv
|
| 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
# MCP Server
|
| 6 |
fastmcp
|
| 7 |
|
| 8 |
# Function calling (optional, for the alternative approach)
|
| 9 |
+
langchain-core
|
|
|
|
|
|
|
|
|
spaces_requirements.txt
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
gradio>=4.0.0
|
|
|
|
|
|