Skip to content

Feature Request: Expose Go SDK for Importing into Other Go Programs #59

@winezer0

Description

@winezer0

Feature Request for zzet/gortex

Repo: https://github.com/zzet/gortex

Is your feature request related to a problem?
The current cortex project only works as a standalone application. It does not provide a public Go SDK or exposed library APIs, so developers cannot import and reuse its core capabilities in other Go projects directly.

Describe the solution you'd like
Please develop and publish a stable public Go SDK for this repository. Expose well-designed, documented public packages and APIs, allowing external Go programs to import this project as a dependency, initialize core features, configure parameters and invoke core logic programmatically.

Use case
This feature is mainly used for Go program integration. It will be imported as a library in other Go applications, instead of CLI, MCP tools or web UI. Developers can embed the core functions of cortex into their own Go services, tools and automation scripts.

For new language support:

  • Not applicable

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions