awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
anomalyco avatar

anomalyco/opencode-sdk-python

0
View on GitHub↗
245 stars·24 forks·Python·MIT·10 views

Opencode Sdk Python

The Opencode Python library provides convenient access to the Opencode REST API from any Python 3.8+ application. The library includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by httpx.

Features

  • Agent Plugins - Official Python SDK for building agent plugins.
  • Official SDKs - Official Python SDK for agent development.

Star history

Star history chart for anomalyco/opencode-sdk-pythonStar history chart for anomalyco/opencode-sdk-python

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Opencode Sdk Python

Similar open-source projects, ranked by how many features they share with Opencode Sdk Python.
  • anomalyco/opencodeanomalyco avatar

    anomalyco/opencode

    175,152View on GitHub↗

    OpenCode is a framework for orchestrating autonomous AI agents within development environments. It provides a multi-tiered architecture where primary assistants manage user interaction while specialized subagents handle specific tasks like planning, research, and code generation. The system includes a comprehensive command-line interface for managing these workflows, configuring agent behavior, and defining custom tools or commands through metadata-rich files. The platform features a modular plugin system and extensive integration support, including standardized protocols for connecting local

    TypeScript
    View on GitHub↗175,152
  • anomalyco/opencode-sdk-goanomalyco avatar

    anomalyco/opencode-sdk-go

    137View on GitHub↗

    The Opencode Go library provides convenient access to the Opencode REST API from applications written in Go.

    Go
    View on GitHub↗137
  • anomalyco/opencode-sdk-jsanomalyco avatar

    anomalyco/opencode-sdk-js

    86View on GitHub↗

    This library provides convenient access to the Opencode REST API from server-side TypeScript or JavaScript.

    TypeScript
    View on GitHub↗86
  • kurrent-io/kurrentdbkurrent-io avatar

    kurrent-io/KurrentDB

    5,809View on GitHub↗

    KurrentDB is an event-native database designed for event sourcing and event-driven architectures. It stores events as immutable, ordered records in streams, preserving a complete audit trail and enabling temporal queries. The database uses gRPC for all client-server and inter-node communication, providing efficient binary serialization and bidirectional streaming, and supports atomic multi-stream writes that ensure consistency across multiple streams in a single transaction. The database distinguishes itself with a built-in JavaScript projection engine that transforms, filters, and aggregates

    C#cqrsdatabaseevent-sourcing
    View on GitHub↗5,809
See all 5 alternatives to Opencode Sdk Python→

Frequently asked questions

What does anomalyco/opencode-sdk-python do?

The Opencode Python library provides convenient access to the Opencode REST API from any Python 3.8+ application. The library includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by httpx.

What are the main features of anomalyco/opencode-sdk-python?

The main features of anomalyco/opencode-sdk-python are: Agent Plugins, Official SDKs.

What are some open-source alternatives to anomalyco/opencode-sdk-python?

Open-source alternatives to anomalyco/opencode-sdk-python include: anomalyco/opencode — OpenCode is a framework for orchestrating autonomous AI agents within development environments. It provides a… anomalyco/opencode-sdk-go — The Opencode Go library provides convenient access to the Opencode REST API from applications written in Go. anomalyco/opencode-sdk-js — This library provides convenient access to the Opencode REST API from server-side TypeScript or JavaScript. kurrent-io/kurrentdb — KurrentDB is an event-native database designed for event sourcing and event-driven architectures. It stores events as… mrexodia/ida-pro-mcp.