Metadata-Version: 2.4
Name: tongcli
Version: 0.8.6
Summary: A multi-agent code CLI
Author-email: wonx314 <kunjinkao2@gmail.com>, wen <wenyanlei@bigai.ai>
Requires-Python: >=3.13
Requires-Dist: judy-cli==0.8.6
Description-Content-Type: text/markdown

# Installation
```bash
uv tool install tongcli
# Start
tongcli
```

# Configuration
After starting, enter `/config` to set the model and API key parameters. For the model name format, please refer to the litellm documentation: https://docs.litellm.ai/docs/providers .
For example, if you are using the gemini model from google ai studio, the model name is: gemini/gemini-3.1-pro-preview .
Other provider-specific parameters should be set via environment variables before starting.

# Usage
```bash
tongcli --task "what is this project about"
tongcli --task "write an example of calling openai llm"

# Or after starting, enter tasks interactively
tongcli
```

In interactive mode: Press `!` at the beginning of the sentence or double-press `escape` to toggle between command mode and task mode.
