-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Bug Description
These are steps which I performed.
- Create and host directory api server with zot on a VM.
- Use mcp server with VSCode and saw there are 10 tools available.
- With sample record.json, I pushed it using LLM agent with those tools. [tool used -> agntcy_dir_push_record]
- Next when I asked to list all agents (or that particular agent with agent name), I am getting 0 results. [tool used -> agntcy_dir_search_local]
E.g. Input params used by LLM
-
{ "limit": 100, "names": [ "email-agent" ] } -
{ "limit": 1000, "names": [ "*" ] }
Any idea of why this is happening ?
P.S. I am however able to pull the record by a given CID. but what I want is to discover those agents. Anywhere, I am going wrong ?
Expected Behavior
It should show list of agent, or atleast when queried with filters
Affected Version
latest
Steps to Reproduce
push an record to dir, and try to discover it.
Checklist
- I have read the contributing guidelines
- I have verified this does not duplicate an existing issue
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status