openclaude-improved
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.
它不仅检查基本聊天功能,还能测试完整的 agent 工作流(工具调用循环、流式传输、URL 标准化),并提供机器可读的报告和 CI/CD 的能力要求检查。
Give it an LLM relay URL and API key. Get the correct base URL, supported protocols, models, streaming status, protocol-specific tool compatibility, and ready-to-copy client config.
Status: usable V0.2 MVP. The CLI has zero runtime dependencies.
You have been given an LLM relay, a self-hosted model service, or an OpenAI-compatible API. Basic chat appears to work, but you do not know whether the endpoint can support a real agent or automated workflow.
Typical situations include:
/v1, or whether you received a
complete endpoint URL.LLM Endpoint Doctor performs automatic discovery and small capability probes before you commit to an integration. It does more than ask the endpoint to reply to “hello”: it tests whether the endpoint can support practical applications, agents, and automation.
/v1?/chat/completions / /responses endpoint?/models be read? Which text model should be tried?Diagnose OpenAI-compatible and Anthropic LLM endpoints: discover URLs/models, verify SSE and tool loops, and generate Codex configs.
根据分类、Topic 和编程语言匹配的相似项目。
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.
Recensa is a self-hosted web viewer that indexes Claude Code session transcripts into a local SQLite database, enabling full-text search, replay, and audit of all past agent conversations without uploading data anywhere.
Claudemux is a lightweight, dependency-minimal message bus that lets multiple Claude Code sessions communicate in real-time over tmux, enabling one session to ask another a question and receive the answer without manual intervention.