AI Agent Directory AI Agent Directory to Host All AI Agent Directory related AI Agents Services, Community, Reviews and More.
Project description
AI Agent Directory AI Agent Directory to Host All AI Agent Directory related AI Agents Web Traffic Data, Search Ranking, Community, Reviews and More.
This is the official github repo for pypi package "ai_agent_directory" https://pypi.org/project/ai_agent_directory. You can use this package to download and get statistics (Google/Bing Search Ranking/Github Stars/Website Traffic) of AI agents on website from AI Agent Marketplace AI Agent Directory and AI Agent Search Portal by Deepnlp AI Agent Marketplace, is the directory for more than 5000+ AI Agents and Apps covering various types of AI agents, such as autonomous agent, chatbots, Computer and Mobile phone use agents, robotic agents, and various industries such as business, finance, law, medical or healthcare, etc. The directory are updated to websites from both public repo (github/huggingface) as well as AI Agent services in cloud service provider (Microsoft Azure AWS, Copilot, GPT Store, Google Cloud, etc).
AI Agent Search Engine
Website : http://www.deepnlp.org/search/agent
Find the AI Agent in any category and get the realtime search/app store/github ranking data
Register and list your AI agent For Free through (http://www.deepnlp.org/workspace/my_ai_services)
AI Agent Directory
Website: http://www.deepnlp.org/store/ai-agent
Track Google/Bing Search Ranking Data
For example, if you want to know the AI coding agent traffic data, you can visit (http://www.deepnlp.org/store/ai-agent#section_Coding%20Agent)
You can track vanna.ai, Cody and Cline bot, etc.
- cline bot (http://www.deepnlp.org/store/ai-agent/coding-agent/pub-cline-bot/cline-bot) has google search ranking 37.0 and bing search ranking 15.0, and under search keywords such as "AI Coding Agent, AI Coding, etc.", it got 22.8k Github stars
- vanna.ai (http://www.deepnlp.org/store/ai-agent/ai-agent/pub-vanna-ai/vanna-ai)
- Cody Sourcegraph (http://www.deepnlp.org/store/ai-agent/ai-agent/pub-cody-by-sourcegraph/cody-by-sourcegraph)
- Taskade.com (http://www.deepnlp.org/store/ai-agent/finance/pub-taskade/taskade)
API to Search OpenDomain AI Agent Traffic Data
Install
pip install ai_agent_directory
API Seach Agent Web Data Usage
python
import ai_agent_directory as aa
import json
def search_ai_agent_traffic_data():
result = aa.search(q="Coding Agent Jetbrains")
print ("## DEBUG: search result is|%s" % str(result))
result2 = aa.search(q="Coding Agent", limit=20, timeout=5)
print ("## DEBUG: search result is|%s" % str(result2))
result3 = aa.search(q="", limit=20, timeout=5)
print ("## DEBUG: Mock search result is|%s" % str(result3))
search_ai_agent_traffic_data()
API to Add New AI Agent to AI Agent Marketplace | AI Agent Directory | AI Agent Index for Free
You can call the API to register the meta information of your AI Agents. Alternatively, you can also use the web page (http://www.deepnlp.org/workspace/my_ai_services) to list your AI Agent.
import ai_agent_directory as aa
import json
def publish_your_agent():
"""
access_key can be obtained from your personal page:
www.deepnlp.orgworkspace/my_ai_services
once you submit, it's pending approval and you can track the data then
get your access_key from http://www.deepnlp.org/workspace/my_ai_services
"""
access_key = "${your_access_key}"
name = "My First AI Agent"
item_info = {}
item_info["content"] = "This AI Agent can do complicated programming work for humans"
item_info["website"] = "https://www.my_first_agent.com"
item_info["field"] = "AI AGENT"
item_info["subfield"] = "Coding Agent"
item_info["content_tag_list"] = "coding,python"
result = aa.add(access_key=access_key, name="My First Agent", item_info=item_info)
url = result["url"] if "url" in result else ""
msg = result["msg"] if "msg" in result else ""
print ("## DEBUG: AI Agent Marketplace Post msg is|%s" % str(msg))
print ("## DEBUG: AI Agent Marketplace Post url is|%s" % str(url))
publish_your_agent()
AI Agent List
Related
AI Agent Marketplace and Search
AI Agent Marketplace and Search
AI Robot Search
Equation and Academic search
AI & Robot Comprehensive Search
AI & Robot Question
AI & Robot Community
AI Agent
AI Agent Marketplace Reviews
AI Agent Marketplace and Search Portal Reviews 2025
AI Agent Publisher
Microsoft AI Agents Reviews
Claude AI Agents Reviews
OpenAI AI Agents Reviews
AgentGPT AI Agents Reviews
Saleforce AI Agents Reviews
AI Agent Builder Reviews
Robotics
Tesla Cybercab Robotaxi
Tesla Optimus
Figure AI
Equation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ai_agent_directory-0.0.3-py3-none-any.whl.
File metadata
- Download URL: ai_agent_directory-0.0.3-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9443e7b691384a4c60f0f56a1bbce7c5d323ee71dd0125445d87cb68d66aa707
|
|
| MD5 |
98edb11a359cdcfe1346758ca13eb0de
|
|
| BLAKE2b-256 |
68024a8b1723a25a2a27b2ca0a00eb3cfaefa2bebec9052c0d3c9a10a8a91b3b
|