Skip to content

joohw/clovagent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clovagent

clovagent is the Agent CLI configuration switcher split out from clovapi.

The intended boundary is:

  • clovapi: local HTTP API proxy and protocol transcoding.
  • clovagent: writes local agent configuration for Claude Code, Claude Desktop, Codex, OpenCode, OpenClaw, Hermes, and Kimi Code CLI.

Quick start

go run ./cmd/clovagent version
go run ./cmd/clovagent agents
go run ./cmd/clovagent apply --cli codex --provider codex --model gpt-5.5
go run ./cmd/clovagent reset --cli codex

--provider targets a local clovapi proxy and builds a base URL like:

http://127.0.0.1:27483/codex/v1

You can also bypass the local proxy and write an endpoint directly:

go run ./cmd/clovagent apply --cli opencode --base-url https://api.example.com/v1 --api-key sk-... --api-style openai-chat --model my-model

Status

This is the initial split scaffold. It vendors the existing clovapi agent adapters first, then exposes a small CLI surface so the clovapi repository can later remove agent-management commands without losing the behavior.

About

Agent CLI configuration switcher split out from clovapi

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages