modelcontextprotocol /
python-sdk
The official Python SDK for Model Context Protocol servers and clients
90/100 healthLoading repository data…
klogins-hash / repository
Python SDK for autonomous agents using AgentOps
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Python SDK for autonomous agents using AgentOps.
pip install -e .
from agentops import AgentOpsClient
async def my_task_handler(task):
# Process the task
return {"status": "success", "data": "..."}
async def main():
async with AgentOpsClient(
api_url="http://localhost:8000",
agent_name="my-agent",
agent_type="worker",
capabilities=["data-processing"]
) as client:
# Start work loop
await client.work_loop(my_task_handler)
if __name__ == "__main__":
import asyncio
asyncio.run(main())
Selected from shared topics, language and repository description—not editorial ratings.
modelcontextprotocol /
The official Python SDK for Model Context Protocol servers and clients
90/100 healthteng-lin /
Unofficial Python API and agentic skill for Google NotebookLM. Full programmatic access to NotebookLM's features—including capabilities the web UI doesn't expose—via Python, CLI, and AI agents like Claude Code, Codex, and OpenClaw.
96/100 healthraga-ai-hub /
Python SDK for Agent AI Observability, Monitoring and Evaluation Framework. Includes features like agent, llm and tools tracing, debugging multi-agentic system, self-hosted dashboard and advanced analytics with timeline and execution graph view
96/100 healthmicrosoft /
A framework for building, orchestrating and deploying AI agents and multi-agent workflows with support for Python and .NET.
89/100 healthawsdocs /
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
90/100 healthboto /
Boto3, an AWS SDK for Python
92/100 health