Python anthropic

Open-source Python projects categorized as anthropic

Top 23 Python anthropic Projects

  1. langchain

    🦜🔗 The platform for reliable agents.

    Project mention: Agents 101 — Build and Deploy AI Agents to Production using LangChain | dev.to | 2025-11-25

    LangChain makes this possible. It offers a framework that blends language models, Python functions, prompts, and memory into a single workflow.

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. aider

    aider is AI pair programming in your terminal

    Project mention: Claude in Chrome | news.ycombinator.com | 2025-12-21
  4. litellm

    Python SDK, Proxy Server (AI Gateway) to call 100+ LLM APIs in OpenAI (or native) format, with cost tracking, guardrails, loadbalancing and logging. [Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropic, Sagemaker, HuggingFace, VLLM, NVIDIA NIM]

    Project mention: All Data and AI Weekly #210: 6 Oct 2025 | dev.to | 2025-10-06

    [BerriAI/litellm]: LiteLLM - A simple library to call any LLM API

  5. agents

    Intelligent automation and multi-agent orchestration for Claude Code

    Project mention: Improving your coding workflow with Claude Code Plugins | dev.to | 2025-10-14

    This guy, Seth Hobson has been doing something special for the past few months. He's curated over 80 specialized sub-agents that you can install instantly. We're talking about sub agents for database management, API testing, code review - the whole production ready system. It's like having a team of demand specialists.

  6. awesome-claude-code

    A curated list of awesome commands, files, and workflows for Claude Code

    Project mention: Claude Skills | news.ycombinator.com | 2025-10-16
  7. agent-squad

    Flexible and powerful framework for managing multiple AI agents and handling complex conversations

    Project mention: Orchestrating Multi-Agents: Unifying Fragmented Tools into Coordinated Workflows | dev.to | 2025-06-29

    AWS Agent Squad (GitHub)

  8. agentops

    Python SDK for AI agent monitoring, LLM cost tracking, benchmarking, and more. Integrates with most LLMs and agent frameworks including CrewAI, Agno, OpenAI Agents SDK, Langchain, Autogen, AG2, and CamelAI

    Project mention: Tune self-correct SQL agent with RL: AgentLightning+verl+vLLM+AgentOps+LangGraph | news.ycombinator.com | 2025-08-11

    - AgentOps for collecting training data (telemetry): https://github.com/AgentOps-AI/agentops

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. sdk-python

    A model-driven approach to building AI agents in just a few lines of code.

    Project mention: Amazon Bedrock AgentCore Gateway - Part 5 Add API Gateway REST API as a target for Amazon Bedrock AgentCore Gateway | dev.to | 2025-12-22

    In the part 1 of this article series, we introduced Amazon Bedrock AgentCore and specifically Amazon Bedrock AgentCore Gateway which transforms existing APIs and AWS Lambda functions into agent-ready tools, offering unified access across protocols, including into Model Context Protocol (MCP), and runtime discovery. In the part 2 of the series, we used Amazon Bedrock AgentCore Gateway to convert the existing Amazon API Gateway REST API into MCP compatible tools and made it available to agents through Gateway endpoint. We also used Strands MCP Client to talk to this AgentCore Gateway endpoint. In the example we extracted Open API spec to transform the existing Amazon Gateway API REST API into MCP tools using Bedrock AgentCore Gateway, because AgentCore Gateway didn't support directly creating Amazon API Gateway REST API as target as of time of writing (only AWS Lambda was supported as an AWS internal service). This has now changed and this feature is supported:

  11. gptme

    Your agent in your terminal, equipped with local tools: writes code, uses the terminal, browses the web, vision.

    Project mention: Gptme v0.27 released – general purpose agent in your terminal | news.ycombinator.com | 2025-03-11
  12. readme-ai

    README file generator, powered by AI.

  13. griptape

    Modular Python framework for AI agents and workflows with chain-of-thought reasoning, tools, and memory.

  14. Leaked-GPTs

    Leaked GPTs Prompts Bypass the 25 message limit or to try out GPTs without a Plus subscription.

  15. notte

    🔥 Reliable Browser AI Agents (YC S25)

    Project mention: How to Document AI Agents (Because Traditional Docs Won't Cut It) | dev.to | 2025-12-18

    Here's what you need to document. I'll use Notte as a reference point—a browser automation agent framework from YC S25 with 1.7k GitHub stars and 41k+ PyPI downloads as of December 2025.

  16. open-computer-use

    AI computer use powered by open source LLMs and E2B Desktop Sandbox

    Project mention: Show HN: Open Computer Use | news.ycombinator.com | 2025-01-23
  17. OpenAdapt

    Open Source Generative Process Automation (i.e. Generative RPA). AI-First Process Automation with Large ([Language (LLMs) / Action (LAMs) / Multimodal (LMMs)] / Visual Language (VLMs)) Models

    Project mention: Microsoft drops AI sales targets in half after salespeople miss their quotas | news.ycombinator.com | 2025-12-04

    > Like, Copilot could watch my daily habits and offer automation for recurring things.

    We're working on it at https://github.com/openadaptai/openadapt.

  18. spacy-llm

    🦙 Integrating LLMs into structured NLP pipelines

  19. claude-to-chatgpt

    This project converts the API of Anthropic's Claude model to the OpenAI Chat API format.

  20. tools

    A set of tools that gives agents powerful capabilities. (by strands-agents)

    Project mention: Strands Agents now speaks TypeScript: A side-by-side guide | dev.to | 2025-12-04

    The Strands Agents documentation is the best starting point, with guides for both SDKs. The source code is available on GitHub for both the Python SDK and the TypeScript SDK. For Python, the community tools package provides ready-to-use tools, and the samples repository has complete example agents.

  21. gpt-cli

    Command-line interface for ChatGPT, Claude and Bard

  22. coderunner

    A secure local sandbox to run LLM-generated code using Apple containers

    Project mention: Show HN: Run Claude Skills locally on your Mac (no cloud upload) | news.ycombinator.com | 2025-10-24
  23. wcgw

    Shell and coding agent on claude desktop app

    Project mention: What Is the Most Minimal Agentic Coder You Can Write? | news.ycombinator.com | 2025-03-25

    Awesome! I essentially started with the same premise when coding "wcgw" [1]. Give a single shell tool to chatgpt (later claude).

    Chronology that followed:

    1. Some processes take long time: add status checking.

    2. Need to kill long running process or interact with tools add option to send control characters; BashInteraction tool.

    3. File editing using sed and echo is not reliable, add FileEdit tool.

    4. Large output; add truncation based on tokens.

    5. But wait I need command output to get truncated at the beginning but file reading `cat $file` to truncate at the end. Add special ReadFile tool.

    6. File writing using 'echo "content" >file' needs unncessary quotes escaping leading to degraded quality, add special WriteFile tool.

    7. Reading one file at a time is slow, change ReadFile to ReadFiles tool.

    8. Directly writing files is not as good as first planning things. Prevent writing using architect mode.

    And so on.

    [1] https://github.com/rusiaaman/wcgw

  24. samples

    Agent samples built using the Strands Agents SDK. (by strands-agents)

    Project mention: Strands Agents now speaks TypeScript: A side-by-side guide | dev.to | 2025-12-04

    The Strands Agents documentation is the best starting point, with guides for both SDKs. The source code is available on GitHub for both the Python SDK and the TypeScript SDK. For Python, the community tools package provides ready-to-use tools, and the samples repository has complete example agents.

  25. simplemind

    Python API client for AI providers that intends to replace LangChain and LangGraph for most common use cases.

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python anthropic discussion

Python anthropic related posts

  • Claude in Chrome

    3 projects | news.ycombinator.com | 21 Dec 2025
  • How to Document AI Agents (Because Traditional Docs Won't Cut It)

    1 project | dev.to | 18 Dec 2025
  • Open-source LLM cascading, up to 92% cost savings on benchmarks

    1 project | news.ycombinator.com | 16 Dec 2025
  • Notte Vault: The Solution for AI Agent Authentication

    1 project | dev.to | 1 Dec 2025
  • Agents 101 — Build and Deploy AI Agents to Production using LangChain

    1 project | dev.to | 25 Nov 2025
  • Show HN: Hegelion – Force your LLM to argue with itself before answering

    1 project | news.ycombinator.com | 24 Nov 2025
  • LangChain Cost Optimization with Model Cascading

    1 project | news.ycombinator.com | 22 Nov 2025
  • A note from our sponsor - SaaSHub
    www.saashub.com | 23 Dec 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source anthropic projects in Python? This list will help you:

# Project Stars
1 langchain 122,246
2 aider 39,061
3 litellm 32,631
4 agents 23,029
5 awesome-claude-code 18,367
6 agent-squad 7,132
7 agentops 5,133
8 sdk-python 4,714
9 gptme 4,087
10 readme-ai 2,824
11 griptape 2,429
12 Leaked-GPTs 2,364
13 notte 1,775
14 open-computer-use 1,691
15 OpenAdapt 1,443
16 spacy-llm 1,355
17 claude-to-chatgpt 1,295
18 tools 854
19 gpt-cli 727
20 coderunner 648
21 wcgw 626
22 samples 572
23 simplemind 535

Sponsored
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io

Did you know that Python is
the 2nd most popular programming language
based on number of references?