Skip to content

Commit 9556e00

Browse files
committed
docs: update
1 parent 9786b88 commit 9556e00

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Agent Chat CLI
22

3-
This is a less feature-rich Python version of [agent-chat-cli](https://github.com/damassi/agent-chat-cli), which uses the [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) under the hood. Terminal UI is built on top of the very impressive [Textual](https://textual.textualize.io/).
3+
This is the Python version of [agent-chat-cli](https://github.com/damassi/agent-chat-cli), which uses the [claude-agent-sdk](https://github.com/anthropics/claude-agent-sdk-python) under the hood. Terminal UI is built on top of the very impressive [Textual](https://textual.textualize.io/).
44

55
https://github.com/user-attachments/assets/66a1d462-e51a-419f-80f3-fa69ee60db9c
66

@@ -30,18 +30,20 @@ make start
3030
make dev
3131
```
3232

33-
Additional MCP servers are configured in `agent-chat-cli.config.yaml` and prompts added within the `prompts` folder. By default, MCP servers are loaded dynamically via inference; set `mcp_server_inference: false` to load all servers at startup.
33+
Additional MCP servers are configured in `agent-chat-cli.config.yaml` and prompts added within the `prompts` folder.
34+
35+
Optionally, MCP servers can be lazy-loaded via chat inference, which is useful if you have many MCP servers or MCP servers with many tools; set `mcp_server_inference: true` to enable it.
3436

3537
## Development
3638

3739
- Install pre-commit hooks via [pre-commit](https://pre-commit.com/)
3840
- `uv run pre-commit install`
39-
- Typechecking is via [MyPy](https://github.com/python/mypy):
41+
- Type-checking is via [MyPy](https://github.com/python/mypy):
4042
- `uv run mypy src`
4143
- Linting and formatting is via [Ruff](https://docs.astral.sh/ruff/)
4244
- `uv run ruff check src`
4345

44-
Textual has an integrated logging console which one can boot separately from the app to receive logs.
46+
Textual has an integrated logging console that one can boot separately from the app to receive logs.
4547

4648
In one terminal pane boot the console:
4749

0 commit comments

Comments
 (0)