Skip to content

Commit acca24f

Browse files
committed
docs: add ref to python version
1 parent 1e3dac5 commit acca24f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ A minimalist, terminal-based chat CLI built to explore the new [Claude Agent SDK
44

55
Additionally, via inference, Agent Chat CLI supports lazy, turn-based MCP connections to keep token costs down and performance reasonable. The agent will only use those MCP servers you ask about, limiting the context that is sent up to the LLM. (After an MCP server is connected it remains connected, however.)
66

7+
For a simplified Python version of this lib, see [agent-chat-cli-python](https://github.com/damassi/agent-chat-cli-python).
8+
79
## Overview
810

911
The app has three modes:

0 commit comments

Comments
 (0)