agent-cli-helper 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Chris McKenzie
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,73 @@
1
+ Metadata-Version: 2.4
2
+ Name: agent-cli-helper
3
+ Version: 0.1.0
4
+ Summary: A tmux wrapper for LLMs to interact with full-screen CLI applications
5
+ Author: day50
6
+ License: MIT License
7
+
8
+ Copyright (c) 2025 Chris McKenzie
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in all
18
+ copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
+ SOFTWARE.
27
+ Project-URL: Homepage, https://github.com/day50-dev/agent-cli-helper
28
+ Classifier: Development Status :: 3 - Alpha
29
+ Classifier: Intended Audience :: Developers
30
+ Classifier: License :: OSI Approved :: MIT License
31
+ Classifier: Programming Language :: Python :: 3
32
+ Classifier: Programming Language :: Python :: 3.6
33
+ Classifier: Programming Language :: Python :: 3.7
34
+ Classifier: Programming Language :: Python :: 3.8
35
+ Classifier: Programming Language :: Python :: 3.9
36
+ Classifier: Programming Language :: Python :: 3.10
37
+ Requires-Python: >=3.6
38
+ Description-Content-Type: text/markdown
39
+ License-File: LICENSE.MIT
40
+ Dynamic: license-file
41
+
42
+ <p align="center">
43
+ <img width="500" height="249" alt="logo_500" src="https://github.com/user-attachments/assets/ee093429-0a47-4a88-b66e-6a1931cab60e" />
44
+ </p>
45
+
46
+ - **[llms.md](llms.md)** - Documentation for LLMs and agents
47
+ - **[humans.md](humans.md)** - Documentation of human-only tools (IMPORTANT: agents should ignore this file)
48
+
49
+ cli-tool gives LLMs a way to use interactive terminal applications:
50
+
51
+ - **run-command** - Start a program in an interactive session
52
+ - **send-keystrokes** - Control the program
53
+ - **get-screen-capture** - See what's on screen
54
+ - **process-info** - Check if session is alive
55
+ - **kill-session** - Clean up when done
56
+
57
+ ## Examples
58
+
59
+ ```bash
60
+ # Run a command in an interactive session
61
+ cli-tool run-command "vim file.txt"
62
+
63
+ # Send keystrokes to control the program
64
+ cli-tool send-keystrokes vim-file-txt "iHello\nEscape"
65
+
66
+ # View current screen
67
+ cli-tool get-screen-capture vim-file-txt
68
+
69
+ # List all sessions
70
+ cli-tool list-sessions
71
+ ```
72
+
73
+ See [llms.md](llms.md) for detailed documentation.
@@ -0,0 +1,32 @@
1
+ <p align="center">
2
+ <img width="500" height="249" alt="logo_500" src="https://github.com/user-attachments/assets/ee093429-0a47-4a88-b66e-6a1931cab60e" />
3
+ </p>
4
+
5
+ - **[llms.md](llms.md)** - Documentation for LLMs and agents
6
+ - **[humans.md](humans.md)** - Documentation of human-only tools (IMPORTANT: agents should ignore this file)
7
+
8
+ cli-tool gives LLMs a way to use interactive terminal applications:
9
+
10
+ - **run-command** - Start a program in an interactive session
11
+ - **send-keystrokes** - Control the program
12
+ - **get-screen-capture** - See what's on screen
13
+ - **process-info** - Check if session is alive
14
+ - **kill-session** - Clean up when done
15
+
16
+ ## Examples
17
+
18
+ ```bash
19
+ # Run a command in an interactive session
20
+ cli-tool run-command "vim file.txt"
21
+
22
+ # Send keystrokes to control the program
23
+ cli-tool send-keystrokes vim-file-txt "iHello\nEscape"
24
+
25
+ # View current screen
26
+ cli-tool get-screen-capture vim-file-txt
27
+
28
+ # List all sessions
29
+ cli-tool list-sessions
30
+ ```
31
+
32
+ See [llms.md](llms.md) for detailed documentation.
@@ -0,0 +1,73 @@
1
+ Metadata-Version: 2.4
2
+ Name: agent-cli-helper
3
+ Version: 0.1.0
4
+ Summary: A tmux wrapper for LLMs to interact with full-screen CLI applications
5
+ Author: day50
6
+ License: MIT License
7
+
8
+ Copyright (c) 2025 Chris McKenzie
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in all
18
+ copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
+ SOFTWARE.
27
+ Project-URL: Homepage, https://github.com/day50-dev/agent-cli-helper
28
+ Classifier: Development Status :: 3 - Alpha
29
+ Classifier: Intended Audience :: Developers
30
+ Classifier: License :: OSI Approved :: MIT License
31
+ Classifier: Programming Language :: Python :: 3
32
+ Classifier: Programming Language :: Python :: 3.6
33
+ Classifier: Programming Language :: Python :: 3.7
34
+ Classifier: Programming Language :: Python :: 3.8
35
+ Classifier: Programming Language :: Python :: 3.9
36
+ Classifier: Programming Language :: Python :: 3.10
37
+ Requires-Python: >=3.6
38
+ Description-Content-Type: text/markdown
39
+ License-File: LICENSE.MIT
40
+ Dynamic: license-file
41
+
42
+ <p align="center">
43
+ <img width="500" height="249" alt="logo_500" src="https://github.com/user-attachments/assets/ee093429-0a47-4a88-b66e-6a1931cab60e" />
44
+ </p>
45
+
46
+ - **[llms.md](llms.md)** - Documentation for LLMs and agents
47
+ - **[humans.md](humans.md)** - Documentation of human-only tools (IMPORTANT: agents should ignore this file)
48
+
49
+ cli-tool gives LLMs a way to use interactive terminal applications:
50
+
51
+ - **run-command** - Start a program in an interactive session
52
+ - **send-keystrokes** - Control the program
53
+ - **get-screen-capture** - See what's on screen
54
+ - **process-info** - Check if session is alive
55
+ - **kill-session** - Clean up when done
56
+
57
+ ## Examples
58
+
59
+ ```bash
60
+ # Run a command in an interactive session
61
+ cli-tool run-command "vim file.txt"
62
+
63
+ # Send keystrokes to control the program
64
+ cli-tool send-keystrokes vim-file-txt "iHello\nEscape"
65
+
66
+ # View current screen
67
+ cli-tool get-screen-capture vim-file-txt
68
+
69
+ # List all sessions
70
+ cli-tool list-sessions
71
+ ```
72
+
73
+ See [llms.md](llms.md) for detailed documentation.
@@ -0,0 +1,12 @@
1
+ LICENSE.MIT
2
+ README.md
3
+ pyproject.toml
4
+ agent_cli_helper.egg-info/PKG-INFO
5
+ agent_cli_helper.egg-info/SOURCES.txt
6
+ agent_cli_helper.egg-info/dependency_links.txt
7
+ agent_cli_helper.egg-info/entry_points.txt
8
+ agent_cli_helper.egg-info/top_level.txt
9
+ cli_tool/__init__.py
10
+ cli_tool/main.py
11
+ cli_tool/manage.py
12
+ tests/test_cli_tool.py
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ cli-tool = cli_tool.main:main
3
+ cli-tool-manage = cli_tool.manage:main
@@ -0,0 +1,2 @@
1
+ """cli-tool: A tool for LLMs and agents to interface interactive applications from the CLI."""
2
+ __version__ = "0.1.0"