Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
9.0
TFLOPS
24
414
3541
Nymbo
PRO
Nymbo
Follow
ted1735's profile picture
dreiundzwanzig's profile picture
Shadymilkman's profile picture
570 followers
·
674 following
https://www.nymbo.net/
nymboqt
Nymbo
nymbo.bsky.social
AI & ML interests
I like unrestricted, free, utilitarian stuff. I tend to archive good spaces because I don't trust y'all to keep them good :) Most spaces with runtime errors just need a restart. Paused spaces should work but require a GPU, duplicate to use.
Recent Activity
updated
a Space
about 8 hours ago
Nymbo/Tools
posted
an
update
1 day ago
🚀 I've just shipped a major update to the https://huggingface.co/spaces/Nymbo/Tools MCP server: the `Agent_Terminal`, a single "master tool" that cuts token usage by over 90%! Anthropic found 98.7% context savings using code execution with MCP, Cloudflare published similar findings. This is my open-source implementation of the same idea. # The Problem Traditional MCP exposes every tool definition directly to the model. With 12 tools, that's thousands of tokens consumed *before the conversation even starts*. Each tool call also passes intermediate results through the context window — a 10,000-row spreadsheet? That's all going into context just to sum a column. # The Solution: One Tool to Rule Them All `Agent_Terminal` wraps all 12 tools (`Web_Search`, `Web_Fetch`, `File_System`, `Generate_Image`, `Generate_Speech`, `Generate_Video`, `Deep_Research`, `Memory_Manager`, `Obsidian_Vault`, `Shell_Command`, `Code_Interpreter`) into a single Python code execution gateway. Instead of the model making individual tool calls, it writes Python code that orchestrates the tools directly: ``` # Search for Bitcoin price result = Web_Search("current price of bitcoin", max_results=3) print(result) ``` Don't know what tools are available? The agent can discover them at runtime: ``` print(search_tools('image')) # Find tools by keyword print(usage('Generate_Image')) # Get full docs for a specific tool ``` The individual direct tool calls are all still there, but they can disabled if using the `Agent_Terminal`. Try it now - https://www.nymbo.net/nymbot
updated
a collection
1 day ago
Photo / Video
View all activity
Organizations
Nymbo
's datasets
8
Sort: Recently updated
Nymbo/Skills
Updated
4 days ago
•
23
Nymbo/LOVE2D-API
Viewer
•
Updated
Aug 22
•
959
•
23
Nymbo/gradio-files
Viewer
•
Updated
Aug 22
•
1
•
34
Nymbo/Official_LLM_System_Prompts
Viewer
•
Updated
May 6
•
29
•
816
•
26
Nymbo/Open-Reasoning-Tasks
Updated
Sep 5, 2024
•
180
•
5
Nymbo/Gradio-Docs
Viewer
•
Updated
Jul 26, 2024
•
69
•
177
•
1
Nymbo/Prompt_Protections
Viewer
•
Updated
Jun 27, 2024
•
140
•
1
Nymbo/Dataset_Repo_Template
Updated
Mar 5, 2024
•
10
•
1