AI & ML interests

None defined yet.

Recent Activity

evalstateย  updated a dataset 19 days ago
hf-mcp-server/test-mcp-logs
evalstateย  updated a dataset 20 days ago
hf-mcp-server/test-mcp-logs
View all activity

julien-cย 
posted an update 8 days ago
view post
Post
3994
who's working on an NVFP4 version of Kimi-K3?
  • 4 replies
ยท
evalstateย 
posted an update 25 days ago
view post
Post
1331
Hugging Face MCP Server v0.3.29
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Included "papers" in the new hf_fs tool. Includes listing of trending/daily.

This is a new tool under observation - disable the "Paper Semantic Search" tool for best results.

hf://papers/
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ daily/
โ”‚   โ”œโ”€โ”€ latest
โ”‚   โ””โ”€โ”€ YYYY/
โ”‚       โ””โ”€โ”€ MM/
โ”‚           โ””โ”€โ”€ DD/
โ”œโ”€โ”€ trending/
โ””โ”€โ”€ ARXIV_ID/
    โ”œโ”€โ”€ metadata.json
    โ”œโ”€โ”€ paper.md
    โ”œโ”€โ”€ models/
    โ”œโ”€โ”€ datasets/
    โ””โ”€โ”€ spaces/

evalstateย 
posted an update 2 months ago
view post
Post
3452
Hugging Face MCP Server v0.3.17
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

SEP-2640 "Skills Over MCP" support added (early access)
  • 3 replies
ยท
evalstateย 
posted an update 3 months ago
view post
Post
356
Hugging Face MCP Server v0.3.13
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The hf_jobs tool allows mounting of volumes with hf:// URI's and some additional notes about use for data analysis.
evalstateย 
posted an update 3 months ago
view post
Post
2231
Hugging Face MCP Server v0.3.12
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The hub_repo_details tool now enables Dataset inspection (view splits, sample rows).
evalstateย 
posted an update 3 months ago
view post
Post
324
Hugging Face MCP Server v0.3.10
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reverted mcp bucket in favour of upcoming MCP App integration.
evalstateย 
posted an update 3 months ago
view post
Post
998
Hugging Face MCP Server v0.3.9
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Users with a bucket named mcp will get an additional list_files tool that returns the public URL of contained files. This is primarily intended for use with Gradio Spaces that need URLs as inputs.
evalstateย 
posted an update 4 months ago
view post
Post
1015
The experimental MCP hub_query tool now supports Paper Searching and Details as well as Daily Papers.
evalstateย 
posted an update 6 months ago
view post
Post
3752
Hugging Face MCP Server v0.3.2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Replace model_search and dataset_search with combined hub_repo_search tool.
- Less distracting description for hf_doc_search
- model_search and dataset_search tool calls will still function (plan to remove next release).
  • 4 replies
ยท
evalstateย 
posted an update 6 months ago
view post
Post
338
Hugging Face MCP Server v0.3.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Streamable HTTP used for Gradio Connectivity
- SSE Transport (as Server) removed
- Proxy Configuration added for launch of sub-agent tools

evalstateย 
posted an update 9 months ago
view post
Post
2564
Hugging Face MCP Server v0.2.46
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Add "discover" to Dynamic Space tool. Recommend deselecting "space_search" if using dynamic spaces.
evalstateย 
posted an update 9 months ago
view post
Post
3048
Hugging Face MCP Server v0.2.45
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- New! Experimental dynamic_space tool.
- Default Image Generator changed to Qwen-Image-Fast
evalstateย 
posted an update 9 months ago
view post
Post
2285
Hugging Face MCP Server v0.2.40
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Improved progressive disclosure and descriptions for Jobs tool.
evalstateย 
posted an update 9 months ago
view post
Post
381
Hugging Face MCP Server v0.2.35
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

$HF_TOKEN is expanded in Jobs Secrets environment variables.
evalstateย 
posted an update 10 months ago
view post
Post
371
Hugging Face MCP Server v0.2.33
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Allow discovery of Product Documentation Library via the Search tool.
evalstateย 
posted an update 10 months ago
view post
Post
280
Hugging Face MCP Server v0.2.31
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- OpenAI Apps SDK Support for Gradio Content Generation spaces
evalstateย 
posted an update 10 months ago
view post
Post
360
Hugging Face MCP Server v0.2.29
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Document Fetch tool now returns markdown direct from HF Docs rather than processed.
- Relative URLs accepted for Fetch
julien-cย 
posted an update over 1 year ago
view post
Post
12004
BOOOOM: Today I'm dropping TINY AGENTS

the 50 lines of code Agent in Javascript ๐Ÿ”ฅ

I spent the last few weeks working on this, so I hope you will like it.

I've been diving into MCP (Model Context Protocol) to understand what the hype was all about.

It is fairly simple, but still quite powerful: MCP is a standard API to expose sets of Tools that can be hooked to LLMs.

But while doing that, came my second realization:

Once you have a MCP Client, an Agent is literally just a while loop on top of it. ๐Ÿคฏ

โžก๏ธ read it exclusively on the official HF blog: https://huggingface.co/blog/tiny-agents
  • 1 reply
ยท