localcode 0.2.1__cp312-cp312-macosx_15_0_universal2.whl
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.
- gem/__init__.py +3 -0
- gem/__main__.py +5 -0
- gem/agent.cpython-312-darwin.so +0 -0
- gem/agent_loop.cpython-312-darwin.so +0 -0
- gem/app.cpython-312-darwin.so +0 -0
- gem/approvals.cpython-312-darwin.so +0 -0
- gem/auto_compact.cpython-312-darwin.so +0 -0
- gem/autonomy.cpython-312-darwin.so +0 -0
- gem/bin/__init__.py +0 -0
- gem/bin/libcrypto.3.dylib +0 -0
- gem/bin/libssl.3.dylib +0 -0
- gem/bin/llama-server +0 -0
- gem/bootstrap.cpython-312-darwin.so +0 -0
- gem/browser.cpython-312-darwin.so +0 -0
- gem/cache.cpython-312-darwin.so +0 -0
- gem/cli.cpython-312-darwin.so +0 -0
- gem/compact.cpython-312-darwin.so +0 -0
- gem/composer.cpython-312-darwin.so +0 -0
- gem/config.cpython-312-darwin.so +0 -0
- gem/context.cpython-312-darwin.so +0 -0
- gem/context_manager.cpython-312-darwin.so +0 -0
- gem/diff_engine.cpython-312-darwin.so +0 -0
- gem/display.cpython-312-darwin.so +0 -0
- gem/embeddings.cpython-312-darwin.so +0 -0
- gem/exec_mode.cpython-312-darwin.so +0 -0
- gem/history.cpython-312-darwin.so +0 -0
- gem/hooks.cpython-312-darwin.so +0 -0
- gem/indexer.cpython-312-darwin.so +0 -0
- gem/input_field.cpython-312-darwin.so +0 -0
- gem/keybindings.cpython-312-darwin.so +0 -0
- gem/logging_utils.cpython-312-darwin.so +0 -0
- gem/lsp.cpython-312-darwin.so +0 -0
- gem/mcp.cpython-312-darwin.so +0 -0
- gem/models.cpython-312-darwin.so +0 -0
- gem/output.cpython-312-darwin.so +0 -0
- gem/patching.cpython-312-darwin.so +0 -0
- gem/performance.cpython-312-darwin.so +0 -0
- gem/permissions.cpython-312-darwin.so +0 -0
- gem/permissions_v2.cpython-312-darwin.so +0 -0
- gem/project_context.cpython-312-darwin.so +0 -0
- gem/prompts.cpython-312-darwin.so +0 -0
- gem/runtime.cpython-312-darwin.so +0 -0
- gem/session.cpython-312-darwin.so +0 -0
- gem/settings.cpython-312-darwin.so +0 -0
- gem/shell.cpython-312-darwin.so +0 -0
- gem/skills.cpython-312-darwin.so +0 -0
- gem/snapshots.cpython-312-darwin.so +0 -0
- gem/streaming.cpython-312-darwin.so +0 -0
- gem/tasks.cpython-312-darwin.so +0 -0
- gem/text_tool_loop.cpython-312-darwin.so +0 -0
- gem/tool_parsing.cpython-312-darwin.so +0 -0
- gem/tool_router.cpython-312-darwin.so +0 -0
- gem/toolkit.cpython-312-darwin.so +0 -0
- gem/tui/__init__.py +1 -0
- gem/tui/app.cpython-312-darwin.so +0 -0
- gem/tui/bridge.cpython-312-darwin.so +0 -0
- gem/tui/screens/__init__.py +0 -0
- gem/tui/screens/chat.cpython-312-darwin.so +0 -0
- gem/tui/screens/mode_picker.cpython-312-darwin.so +0 -0
- gem/tui/screens/setup.cpython-312-darwin.so +0 -0
- gem/tui/styles/__init__.py +0 -0
- gem/tui/styles/app.tcss +87 -0
- gem/tui/widgets/__init__.py +0 -0
- gem/tui/widgets/approval.cpython-312-darwin.so +0 -0
- gem/tui/widgets/chat_log.cpython-312-darwin.so +0 -0
- gem/turn_diff.cpython-312-darwin.so +0 -0
- gem/ui_art.cpython-312-darwin.so +0 -0
- gem/undo.cpython-312-darwin.so +0 -0
- gem/verification.cpython-312-darwin.so +0 -0
- localcode-0.2.1.dist-info/METADATA +117 -0
- localcode-0.2.1.dist-info/RECORD +76 -0
- localcode-0.2.1.dist-info/WHEEL +5 -0
- localcode-0.2.1.dist-info/entry_points.txt +3 -0
- localcode-0.2.1.dist-info/licenses/LICENSE +159 -0
- localcode-0.2.1.dist-info/licenses/NOTICE +6 -0
- localcode-0.2.1.dist-info/top_level.txt +1 -0
gem/__init__.py
ADDED
gem/__main__.py
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
gem/bin/__init__.py
ADDED
|
File without changes
|
|
Binary file
|
gem/bin/libssl.3.dylib
ADDED
|
Binary file
|
gem/bin/llama-server
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
gem/tui/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""LocalCode Textual TUI — reactive terminal interface."""
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
gem/tui/styles/app.tcss
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
/* LocalCode Textual TUI — Claude Code inspired styling */
|
|
2
|
+
|
|
3
|
+
Screen {
|
|
4
|
+
layout: vertical;
|
|
5
|
+
background: $surface;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* ── Header bar (top) ── */
|
|
10
|
+
|
|
11
|
+
#header-bar {
|
|
12
|
+
dock: top;
|
|
13
|
+
height: 3;
|
|
14
|
+
padding: 1 1 1 1;
|
|
15
|
+
color: #5f87ff;
|
|
16
|
+
background: $surface;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/* ── Chat log (scrollable center) ── */
|
|
20
|
+
|
|
21
|
+
#chat-log {
|
|
22
|
+
height: 1fr;
|
|
23
|
+
overflow-y: scroll;
|
|
24
|
+
padding: 0 1;
|
|
25
|
+
scrollbar-size: 1 1;
|
|
26
|
+
scrollbar-color: $surface-lighten-1;
|
|
27
|
+
scrollbar-background: $surface;
|
|
28
|
+
scrollbar-corner-color: $surface;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/* ── Input area ── */
|
|
32
|
+
|
|
33
|
+
#chat-input {
|
|
34
|
+
border: tall $surface-lighten-1;
|
|
35
|
+
padding: 0 1;
|
|
36
|
+
margin: 1 0 0 0;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
#chat-input:focus {
|
|
40
|
+
border: tall #5f87ff;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/* ── Status bar (bottom) ── */
|
|
44
|
+
|
|
45
|
+
#status-bar {
|
|
46
|
+
dock: bottom;
|
|
47
|
+
height: 3;
|
|
48
|
+
padding: 1 1 1 1;
|
|
49
|
+
color: $text-muted;
|
|
50
|
+
background: $surface;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/* ── Queue indicator ── */
|
|
54
|
+
|
|
55
|
+
#queue-line {
|
|
56
|
+
height: 1;
|
|
57
|
+
padding: 0 1;
|
|
58
|
+
color: $warning;
|
|
59
|
+
display: none;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
#queue-line.active {
|
|
63
|
+
display: block;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
/* ── Mode picker ── */
|
|
67
|
+
|
|
68
|
+
#mode-picker {
|
|
69
|
+
align: center middle;
|
|
70
|
+
padding: 2 4;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
#mode-picker Static {
|
|
74
|
+
text-align: center;
|
|
75
|
+
margin-bottom: 1;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
#mode-picker RadioSet {
|
|
79
|
+
margin: 1 0;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
#start-btn {
|
|
83
|
+
margin-top: 1;
|
|
84
|
+
align: center middle;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/* ── Approval modal (compact, bottom-aligned) ── */
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: localcode
|
|
3
|
+
Version: 0.2.1
|
|
4
|
+
Summary: High-performance AI coding on consumer hardware.
|
|
5
|
+
Author: LocalCode Contributors
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://github.com/mjwsolo/localcode
|
|
8
|
+
Project-URL: Documentation, https://github.com/mjwsolo/localcode/tree/main/docs
|
|
9
|
+
Project-URL: Repository, https://github.com/mjwsolo/localcode
|
|
10
|
+
Project-URL: Issues, https://github.com/mjwsolo/localcode/issues
|
|
11
|
+
Keywords: ai,cli,coding-assistant,gemma,local-first,tui
|
|
12
|
+
Classifier: Development Status :: 3 - Alpha
|
|
13
|
+
Classifier: Environment :: Console
|
|
14
|
+
Classifier: Intended Audience :: Developers
|
|
15
|
+
Classifier: Operating System :: MacOS
|
|
16
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
17
|
+
Classifier: Programming Language :: Python :: 3
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
21
|
+
Classifier: Topic :: Software Development
|
|
22
|
+
Requires-Python: >=3.11
|
|
23
|
+
Description-Content-Type: text/markdown
|
|
24
|
+
License-File: LICENSE
|
|
25
|
+
License-File: NOTICE
|
|
26
|
+
Requires-Dist: duckduckgo-search>=6.2.0
|
|
27
|
+
Requires-Dist: httpx>=0.27.0
|
|
28
|
+
Requires-Dist: jedi>=0.19.0
|
|
29
|
+
Requires-Dist: prompt_toolkit>=3.0.43
|
|
30
|
+
Requires-Dist: rich>=13.7.1
|
|
31
|
+
Requires-Dist: scikit-learn>=1.3.0
|
|
32
|
+
Requires-Dist: textual>=8.0.0
|
|
33
|
+
Requires-Dist: tomli>=2.0.0; python_version < "3.11"
|
|
34
|
+
Dynamic: license-file
|
|
35
|
+
|
|
36
|
+
<h1 align="center">🏠 LocalCode</h1>
|
|
37
|
+
|
|
38
|
+
<p align="center">
|
|
39
|
+
<img src="https://img.shields.io/badge/build-passing-4caf50?style=flat-square" alt="Build">
|
|
40
|
+
<img src="https://img.shields.io/badge/release-v0.1.1-7c4dff?style=flat-square" alt="Release">
|
|
41
|
+
<img src="https://img.shields.io/badge/license-Apache--2.0-4caf50?style=flat-square" alt="License">
|
|
42
|
+
<img src="https://img.shields.io/badge/python-3.11+-3776ab?style=flat-square" alt="Python">
|
|
43
|
+
<img src="https://img.shields.io/badge/platform-Apple%20Silicon-999999?style=flat-square" alt="Platform">
|
|
44
|
+
</p>
|
|
45
|
+
|
|
46
|
+
<p align="center">
|
|
47
|
+
<strong>High-performance AI coding on consumer hardware.</strong><br>
|
|
48
|
+
No cloud, no API keys, no data leaving your machine.
|
|
49
|
+
</p>
|
|
50
|
+
|
|
51
|
+
## Install
|
|
52
|
+
|
|
53
|
+
```bash
|
|
54
|
+
pip install localcode
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
## Run
|
|
58
|
+
|
|
59
|
+
```bash
|
|
60
|
+
cd your-project
|
|
61
|
+
localcode
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
That's it. First launch builds the inference server and downloads the model (~5 min, one time). After that, startup is ~15 seconds.
|
|
65
|
+
|
|
66
|
+
## What it does
|
|
67
|
+
|
|
68
|
+
- **Reads and edits files** - understands your codebase, makes surgical edits
|
|
69
|
+
- **Runs commands** - tests, builds, git, shell
|
|
70
|
+
- **Searches code** - by pattern, content, or semantic meaning
|
|
71
|
+
- **Fast mode** - for routine coding tasks
|
|
72
|
+
- **Reasoning mode** - deep thinking for complex multi-step problems
|
|
73
|
+
- **Uses tools automatically** - the model picks its own tools
|
|
74
|
+
|
|
75
|
+
```
|
|
76
|
+
> refactor the auth module to use JWT and make sure the tests pass
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
LocalCode reads the files, plans the refactor, edits the code, runs the tests, and fixes failures - all locally.
|
|
80
|
+
|
|
81
|
+
## Why local?
|
|
82
|
+
|
|
83
|
+
We are building for a world of truly democratized AI - where everyone has access to powerful, personalized, prompt AI anywhere, on any device, and in any location. True empowered local-first AI. LocalCode is the first step toward that vision.
|
|
84
|
+
|
|
85
|
+
### How LocalCode compares
|
|
86
|
+
|
|
87
|
+
| | LocalCode | Claude Code | OpenCode | Codex CLI |
|
|
88
|
+
|--|-----------|-------------|----------|-----------|
|
|
89
|
+
| **Runtime** | 100% on-device | Cloud (Anthropic API) | Cloud (any provider) | Cloud (OpenAI API) |
|
|
90
|
+
| **Privacy** | Code never leaves your machine | Code sent to Anthropic | Code sent to provider | Code sent to OpenAI |
|
|
91
|
+
| **Cost** | Free forever | $100+/mo (Max) or API credits | API credits (varies) | Free (included with ChatGPT) |
|
|
92
|
+
| **Internet required** | No | Yes | Yes | Yes |
|
|
93
|
+
|
|
94
|
+
## Requirements
|
|
95
|
+
|
|
96
|
+
- **Mac with Apple Silicon** (M1/M2/M3/M4)
|
|
97
|
+
- **16GB RAM** minimum
|
|
98
|
+
- **Python 3.11+**
|
|
99
|
+
- **~12GB free disk** (10GB model + server)
|
|
100
|
+
|
|
101
|
+
## How LocalCode works
|
|
102
|
+
|
|
103
|
+
LocalCode runs a custom [llama.cpp](https://github.com/ggerganov/llama.cpp) fork with **TurboQuant KV cache compression** - a technique from Google's ICLR 2026 paper that we patched into llama.cpp for Apple Silicon. This compresses the KV cache 3.8x, fitting 32K context in 355 MiB on a 16GB MacBook.
|
|
104
|
+
|
|
105
|
+
The model (**Gemma 4 26B-A4B**) is a Mixture-of-Experts architecture - 25.2B total parameters but only 3.8B active per token. That's what makes 27 tok/s possible on a laptop.
|
|
106
|
+
|
|
107
|
+
## Sponsors
|
|
108
|
+
|
|
109
|
+
If you'd like to sponsor LocalCode, [reach out](https://github.com/mjwsolo/localcode).
|
|
110
|
+
|
|
111
|
+
## Contributing
|
|
112
|
+
|
|
113
|
+
See [CONTRIBUTING.md](CONTRIBUTING.md).
|
|
114
|
+
|
|
115
|
+
## License
|
|
116
|
+
|
|
117
|
+
Apache-2.0. See [LICENSE](LICENSE).
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
gem/__init__.py,sha256=QwLGZDZhVE7dBKbOwCLRt3tRMXTtg8fYYHHDXi3sZ1c,49
|
|
2
|
+
gem/__main__.py,sha256=wu5N2wk8mvBgyvr2ghmQf4prezAe0_i-p123VVreyYc,62
|
|
3
|
+
gem/agent.cpython-312-darwin.so,sha256=C_bJgmy41iQBWNtFfhKOA6zOtXP39YLE-rcneb3lggE,711904
|
|
4
|
+
gem/agent_loop.cpython-312-darwin.so,sha256=gxrF0su5uSnDjMlpsYMxMLfrxa97jitOahwyoEtl88Y,938488
|
|
5
|
+
gem/app.cpython-312-darwin.so,sha256=G3qsjJEmErzuvuhimYoTiKJ1b4JC9XwLt3POst80-_g,2459776
|
|
6
|
+
gem/approvals.cpython-312-darwin.so,sha256=VtCYMVq-plPDYaeNqSFH9mZ7a90WxwE83V0mOjfmetA,203168
|
|
7
|
+
gem/auto_compact.cpython-312-darwin.so,sha256=Fltgm6IMFZ8hbHaP2VgAPkWydwwl_QSp1G2ilJ8JnMA,273048
|
|
8
|
+
gem/autonomy.cpython-312-darwin.so,sha256=2SEKZCIEOhn-d3T4YGna9sEBI8tZ_LzpZgjcUV7ieTY,182096
|
|
9
|
+
gem/bootstrap.cpython-312-darwin.so,sha256=PLkbGg8yVt4Ao5bxnfjdXLsc0AE2NkbBIQLvQU0Px6E,1043600
|
|
10
|
+
gem/browser.cpython-312-darwin.so,sha256=XJW_Q0zaQIMmhCwINN1lqxkS0pehwxd_Cg0uq_C9Lm8,220736
|
|
11
|
+
gem/cache.cpython-312-darwin.so,sha256=Jl_hMODRMQe5XUjapGE_4B4jo6rb-2Ce_aIDS2K9NBk,395520
|
|
12
|
+
gem/cli.cpython-312-darwin.so,sha256=2tOH-fLnYMJWz22vKMz-7mMVQCb0_bZSWQfFKSb16Bo,653136
|
|
13
|
+
gem/compact.cpython-312-darwin.so,sha256=ouPLDRZ7iW0o7X3_QVJhbMDWOXr-qwN_4AoIMuiQMbc,202816
|
|
14
|
+
gem/composer.cpython-312-darwin.so,sha256=l9gcNOpGL8vQL0jJXlYUKMnyjNpEJ5vt5uTFPiYwNoM,181376
|
|
15
|
+
gem/config.cpython-312-darwin.so,sha256=RiwBprl0R2z5z58dhMQVJumZ7TakdxrGgGVWK4_nhak,552192
|
|
16
|
+
gem/context.cpython-312-darwin.so,sha256=15BnnWbH36RJhfIKCle-yGnmPX4UizO5nKWlhrkh2Nk,238064
|
|
17
|
+
gem/context_manager.cpython-312-darwin.so,sha256=J1fSiMJny0kRwIhJzZyDOQvR8M2NOlV-5cqisR2Ot-w,841160
|
|
18
|
+
gem/diff_engine.cpython-312-darwin.so,sha256=TN5rFehukLtVeqozlceFnmYOcKoiIchEuN5QKnHO26w,422904
|
|
19
|
+
gem/display.cpython-312-darwin.so,sha256=l2hTN-ZgI9YQl46UE4lJenTmasIfmeo0HpXaI9-ClNE,425536
|
|
20
|
+
gem/embeddings.cpython-312-darwin.so,sha256=ZL9i-5WpWm33Lo0OjJlEVeeqg6U_1WZF-LS9VwH7Fo4,427320
|
|
21
|
+
gem/exec_mode.cpython-312-darwin.so,sha256=xc9Dck96ytHsyA_M2JTCwTwuBcPGjbNdFsYIagxkN4E,146128
|
|
22
|
+
gem/history.cpython-312-darwin.so,sha256=5VbFEqW45R8mrPVvxPpf-3D-wXVz9DAMmup1t9BE4wk,385440
|
|
23
|
+
gem/hooks.cpython-312-darwin.so,sha256=gXrCGKj-O6M8ZopVarWFgQGhHnSbW5LAZ79PBjOXpsg,215840
|
|
24
|
+
gem/indexer.cpython-312-darwin.so,sha256=BX-lFd3CegKiQCz4JNBa9rl8jsEbdFb3pSBdovq3A-Q,308704
|
|
25
|
+
gem/input_field.cpython-312-darwin.so,sha256=bSZoTaVfChfw1JnRL08IJf_ywJV6EN4hVSbeTpG8cEk,371416
|
|
26
|
+
gem/keybindings.cpython-312-darwin.so,sha256=wyfftzSDz3Fxw8s1i5G7h068Pw8k382SId6_yZZoAdY,147400
|
|
27
|
+
gem/logging_utils.cpython-312-darwin.so,sha256=XXIT0StAbv0l-raWZxyshBcPEo3umfkG2uHCG3PNQoM,145928
|
|
28
|
+
gem/lsp.cpython-312-darwin.so,sha256=WL3k2WKerUCPkO7Z91f8p8ks-abY-phbj3aoUSa9YgM,576336
|
|
29
|
+
gem/mcp.cpython-312-darwin.so,sha256=VfSb6xedoiQhKYHlgAMItYEGx4yIFueo_fhsx9YTcmo,305680
|
|
30
|
+
gem/models.cpython-312-darwin.so,sha256=nc7AwRCfPMHrTK2xFRBAz3m39TdT8DIsAjOdkKeF5M4,182512
|
|
31
|
+
gem/output.cpython-312-darwin.so,sha256=s7ffFXGKeV0odd72NMimYPqu6rWizK3BunIN3dJ0kmE,491088
|
|
32
|
+
gem/patching.cpython-312-darwin.so,sha256=wWwcmuajeZW5AoHW8djB7MmNHLFrveu-1FiFpOBWzzU,182416
|
|
33
|
+
gem/performance.cpython-312-darwin.so,sha256=YXXcUNob-KeMJWyXFPkQegdCYRJ6ys8MRqindg1c7tk,356040
|
|
34
|
+
gem/permissions.cpython-312-darwin.so,sha256=fAkxvZu50vOQAP2q1Cat4qL595idkcr5CZY6vushqek,182088
|
|
35
|
+
gem/permissions_v2.cpython-312-darwin.so,sha256=oHSpBE47sGh0eEnoZsLjncq50M12cOV5BbeLsykj0dw,267720
|
|
36
|
+
gem/project_context.cpython-312-darwin.so,sha256=qPeaAqQj6UOtmZT5AaoQv06onTg-1qxG5pI11xxg6zE,203512
|
|
37
|
+
gem/prompts.cpython-312-darwin.so,sha256=FYUTZaDqc8G3Iv1RIpozzM_3mfgzzcb3w7UV-27c1zg,203648
|
|
38
|
+
gem/runtime.cpython-312-darwin.so,sha256=JxMIJHbOx-iTXz4J31hyhQZWfPqHcVqAITmLPoffVH8,677408
|
|
39
|
+
gem/session.cpython-312-darwin.so,sha256=rmvOjpCYBcTt06e7iTKqezx4njJt2ADZZbK6YSPHyTQ,233184
|
|
40
|
+
gem/settings.cpython-312-darwin.so,sha256=AfAaQpjOCbf7Tp1NbTPdQwLExzKKvB5wrdASz8QALFo,183216
|
|
41
|
+
gem/shell.cpython-312-darwin.so,sha256=4msbQ8rXLKph_SXeJA4N-FvYfrm3IVgAN8D47EnuG0c,183840
|
|
42
|
+
gem/skills.cpython-312-darwin.so,sha256=6glTFe801WuSAdyI_m5oWhC_9iq2aH1xQPgYih83BoI,285696
|
|
43
|
+
gem/snapshots.cpython-312-darwin.so,sha256=zRzNKsob8R1S1H1sBPzFEv_dMt9xIVq3-qJzfDu6o9c,267424
|
|
44
|
+
gem/streaming.cpython-312-darwin.so,sha256=tQHgBIj9lJk6_dF4l7QLLd-J-CIB7UowRd2Vs51xApM,359808
|
|
45
|
+
gem/tasks.cpython-312-darwin.so,sha256=EXDttsiF-0M7VShHPdhrzz4MoLXENZSXzM3cw5BHYDY,216448
|
|
46
|
+
gem/text_tool_loop.cpython-312-darwin.so,sha256=JMzlRMinaJvkZNFSPcibc9hf9dKuvTLd6xo9TtB-HBk,391736
|
|
47
|
+
gem/tool_parsing.cpython-312-darwin.so,sha256=8VftIFmEiQWy3QClmpd0xjqCGHWyFzcDDw55wPSt5a0,341592
|
|
48
|
+
gem/tool_router.cpython-312-darwin.so,sha256=jxDa84okoqVbySSG8OxPS6bWXI33e_prba8YdlC7BpU,308440
|
|
49
|
+
gem/toolkit.cpython-312-darwin.so,sha256=D_yHxoGQZMreMlCYBQ7trx3anV4oxkqpYlMBPjVbNA0,1084880
|
|
50
|
+
gem/turn_diff.cpython-312-darwin.so,sha256=t0NP2FClA9UxeepEMg18epb-BJm6qcCLd3YPcqypqyk,306864
|
|
51
|
+
gem/ui_art.cpython-312-darwin.so,sha256=pM3-J7Mi-GbFIyPP-6ghCUYu6ISxBrKAnZoI95YvSFI,237504
|
|
52
|
+
gem/undo.cpython-312-darwin.so,sha256=8SOLj-4jfOe0A5Aae7UZtzWjusdFqb5Fd9wzexEnXtI,218304
|
|
53
|
+
gem/verification.cpython-312-darwin.so,sha256=HN9rW33FMbFNC4WN-Gs59eg9z8YTRPl9HZPXednlZTQ,307272
|
|
54
|
+
gem/bin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
55
|
+
gem/bin/libcrypto.3.dylib,sha256=Bg4vhqhCK8G-PgLh43EIPVcyLQuOq3eFAEo5F2B7Mns,4871984
|
|
56
|
+
gem/bin/libssl.3.dylib,sha256=wp70450o53rwJEn3azCoaVs6sepVjRSi7wZAAMQXcEs,905456
|
|
57
|
+
gem/bin/llama-server,sha256=Em1C37xxVaayv3E4pfM7YV5ETkCc_VvI6ue8xBSCnXM,14335392
|
|
58
|
+
gem/tui/__init__.py,sha256=Yfy9bvw3l1iY4FDhRX8qZVgnZLuYiq8lc9SDYl4cWwc,61
|
|
59
|
+
gem/tui/app.cpython-312-darwin.so,sha256=1QK-roBZ3fkCHA71fdJFOzPEQJo4QKKgHPbDRgeEOGc,326384
|
|
60
|
+
gem/tui/bridge.cpython-312-darwin.so,sha256=aFvvXI4w4XLvhGeRnqvku1FyJCjEb1IoBxMI2zn_mIw,182288
|
|
61
|
+
gem/tui/screens/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
62
|
+
gem/tui/screens/chat.cpython-312-darwin.so,sha256=NFUTeMN2lJw-GLTbpfEBaogK3P6ocPBo5kBxo6Q0TCA,493664
|
|
63
|
+
gem/tui/screens/mode_picker.cpython-312-darwin.so,sha256=mIvsBs78t_Zau8Sg6GesIeunI9ymTT5L_mHcdM05-fM,221192
|
|
64
|
+
gem/tui/screens/setup.cpython-312-darwin.so,sha256=Aofik-ZscDgKJCLBAxw2ccQFhrWWTS9j8ua-VFP8a8M,363072
|
|
65
|
+
gem/tui/styles/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
66
|
+
gem/tui/styles/app.tcss,sha256=oySCG7cE2f-dK4gOyO1Wpp9lxmKIpMwnwr8R3XF0TJ0,1380
|
|
67
|
+
gem/tui/widgets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
68
|
+
gem/tui/widgets/approval.cpython-312-darwin.so,sha256=aruVuhPkf46vxFQsk2uEZgStr2bkvtLIQ1qcDHlWZBs,86624
|
|
69
|
+
gem/tui/widgets/chat_log.cpython-312-darwin.so,sha256=NGpbuYlR8WHmhsJQZ6gEpyJCLoLa6rnyUFmRuK5jZOY,697792
|
|
70
|
+
localcode-0.2.1.dist-info/licenses/LICENSE,sha256=xY7yGm1PunLSJITN1J5Mh8ageUP1mmQQ-gN9m6J8_pI,9132
|
|
71
|
+
localcode-0.2.1.dist-info/licenses/NOTICE,sha256=F2FVuywYW0YWC8WQRKVxm15W8oHzo2ay1YAOpM7FCFY,253
|
|
72
|
+
localcode-0.2.1.dist-info/METADATA,sha256=JTjEHRaXF9bAzxBI0mMsPSmcF0Iec7KzEnH-Q00G2BY,4504
|
|
73
|
+
localcode-0.2.1.dist-info/WHEEL,sha256=n093Y_yvzRdmxNUBZzJM-4JdF3VmfvAJfDEMmNLGxWU,114
|
|
74
|
+
localcode-0.2.1.dist-info/entry_points.txt,sha256=8tTB_S7Y1YM015VjpsBQyap3hDdCXEgiqgdNSSmpFno,61
|
|
75
|
+
localcode-0.2.1.dist-info/top_level.txt,sha256=lerF0Ya1kM1KnVZ_zUv_bFnjIt17f-rCGV4AhIRGt5w,4
|
|
76
|
+
localcode-0.2.1.dist-info/RECORD,,
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction, and
|
|
10
|
+
distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by the copyright
|
|
13
|
+
owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all other entities
|
|
16
|
+
that control, are controlled by, or are under common control with that entity.
|
|
17
|
+
For the purposes of this definition, "control" means (i) the power, direct or
|
|
18
|
+
indirect, to cause the direction or management of such entity, whether by
|
|
19
|
+
contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
20
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
21
|
+
|
|
22
|
+
"You" (or "Your") shall mean an individual or Legal Entity exercising
|
|
23
|
+
permissions granted by this License.
|
|
24
|
+
|
|
25
|
+
"Source" form shall mean the preferred form for making modifications, including
|
|
26
|
+
but not limited to software source code, documentation source, and configuration
|
|
27
|
+
files.
|
|
28
|
+
|
|
29
|
+
"Object" form shall mean any form resulting from mechanical transformation or
|
|
30
|
+
translation of a Source form, including but not limited to compiled object code,
|
|
31
|
+
generated documentation, and conversions to other media types.
|
|
32
|
+
|
|
33
|
+
"Work" shall mean the work of authorship, whether in Source or Object form, made
|
|
34
|
+
available under the License, as indicated by a copyright notice that is included
|
|
35
|
+
in or attached to the work (an example is provided in the Appendix below).
|
|
36
|
+
|
|
37
|
+
"Derivative Works" shall mean any work, whether in Source or Object form, that
|
|
38
|
+
is based on (or derived from) the Work and for which the editorial revisions,
|
|
39
|
+
annotations, elaborations, or other modifications represent, as a whole, an
|
|
40
|
+
original work of authorship. For the purposes of this License, Derivative Works
|
|
41
|
+
shall not include works that remain separable from, or merely link (or bind by
|
|
42
|
+
name) to the interfaces of, the Work and Derivative Works thereof.
|
|
43
|
+
|
|
44
|
+
"Contribution" shall mean any work of authorship, including the original version
|
|
45
|
+
of the Work and any modifications or additions to that Work or Derivative Works
|
|
46
|
+
thereof, that is intentionally submitted to Licensor for inclusion in the Work
|
|
47
|
+
by the copyright owner or by an individual or Legal Entity authorized to submit
|
|
48
|
+
on behalf of the copyright owner. For the purposes of this definition,
|
|
49
|
+
"submitted" means any form of electronic, verbal, or written communication sent
|
|
50
|
+
to the Licensor or its representatives, including but not limited to
|
|
51
|
+
communication on electronic mailing lists, source code control systems, and
|
|
52
|
+
issue tracking systems that are managed by, or on behalf of, the Licensor for
|
|
53
|
+
the purpose of discussing and improving the Work, but excluding communication
|
|
54
|
+
that is conspicuously marked or otherwise designated in writing by the copyright
|
|
55
|
+
owner as "Not a Contribution."
|
|
56
|
+
|
|
57
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf
|
|
58
|
+
of whom a Contribution has been received by Licensor and subsequently
|
|
59
|
+
incorporated within the Work.
|
|
60
|
+
|
|
61
|
+
2. Grant of Copyright License. Subject to the terms and conditions of this
|
|
62
|
+
License, each Contributor hereby grants to You a perpetual, worldwide,
|
|
63
|
+
non-exclusive, no-charge, royalty-free, irrevocable copyright license to
|
|
64
|
+
reproduce, prepare Derivative Works of, publicly display, publicly perform,
|
|
65
|
+
sublicense, and distribute the Work and such Derivative Works in Source or
|
|
66
|
+
Object form.
|
|
67
|
+
|
|
68
|
+
3. Grant of Patent License. Subject to the terms and conditions of this License,
|
|
69
|
+
each Contributor hereby grants to You a perpetual, worldwide, non-exclusive,
|
|
70
|
+
no-charge, royalty-free, irrevocable (except as stated in this section) patent
|
|
71
|
+
license to make, have made, use, offer to sell, sell, import, and otherwise
|
|
72
|
+
transfer the Work, where such license applies only to those patent claims
|
|
73
|
+
licensable by such Contributor that are necessarily infringed by their
|
|
74
|
+
Contribution(s) alone or by combination of their Contribution(s) with the Work
|
|
75
|
+
to which such Contribution(s) was submitted. If You institute patent litigation
|
|
76
|
+
against any entity (including a cross-claim or counterclaim in a lawsuit)
|
|
77
|
+
alleging that the Work or a Contribution incorporated within the Work constitutes
|
|
78
|
+
direct or contributory patent infringement, then any patent licenses granted to
|
|
79
|
+
You under this License for that Work shall terminate as of the date such
|
|
80
|
+
litigation is filed.
|
|
81
|
+
|
|
82
|
+
4. Redistribution. You may reproduce and distribute copies of the Work or
|
|
83
|
+
Derivative Works thereof in any medium, with or without modifications, and in
|
|
84
|
+
Source or Object form, provided that You meet the following conditions:
|
|
85
|
+
|
|
86
|
+
(a) You must give any other recipients of the Work or Derivative Works a copy of
|
|
87
|
+
this License; and
|
|
88
|
+
|
|
89
|
+
(b) You must cause any modified files to carry prominent notices stating that You
|
|
90
|
+
changed the files; and
|
|
91
|
+
|
|
92
|
+
(c) You must retain, in the Source form of any Derivative Works that You
|
|
93
|
+
distribute, all copyright, patent, trademark, and attribution notices from the
|
|
94
|
+
Source form of the Work, excluding those notices that do not pertain to any part
|
|
95
|
+
of the Derivative Works; and
|
|
96
|
+
|
|
97
|
+
(d) If the Work includes a "NOTICE" text file as part of its distribution, then
|
|
98
|
+
any Derivative Works that You distribute must include a readable copy of the
|
|
99
|
+
attribution notices contained within such NOTICE file, excluding those notices
|
|
100
|
+
that do not pertain to any part of the Derivative Works, in at least one of the
|
|
101
|
+
following places: within a NOTICE text file distributed as part of the
|
|
102
|
+
Derivative Works; within the Source form or documentation, if provided along
|
|
103
|
+
with the Derivative Works; or, within a display generated by the Derivative
|
|
104
|
+
Works, if and wherever such third-party notices normally appear. The contents of
|
|
105
|
+
the NOTICE file are for informational purposes only and do not modify the
|
|
106
|
+
License. You may add Your own attribution notices within Derivative Works that
|
|
107
|
+
You distribute, alongside or as an addendum to the NOTICE text from the Work,
|
|
108
|
+
provided that such additional attribution notices cannot be construed as
|
|
109
|
+
modifying the License.
|
|
110
|
+
|
|
111
|
+
You may add Your own copyright statement to Your modifications and may provide
|
|
112
|
+
additional or different license terms and conditions for use, reproduction, or
|
|
113
|
+
distribution of Your modifications, or for any such Derivative Works as a whole,
|
|
114
|
+
provided Your use, reproduction, and distribution of the Work otherwise complies
|
|
115
|
+
with the conditions stated in this License.
|
|
116
|
+
|
|
117
|
+
5. Submission of Contributions. Unless You explicitly state otherwise, any
|
|
118
|
+
Contribution intentionally submitted for inclusion in the Work by You to the
|
|
119
|
+
Licensor shall be under the terms and conditions of this License, without any
|
|
120
|
+
additional terms or conditions. Notwithstanding the above, nothing herein shall
|
|
121
|
+
supersede or modify the terms of any separate license agreement you may have
|
|
122
|
+
executed with Licensor regarding such Contributions.
|
|
123
|
+
|
|
124
|
+
6. Trademarks. This License does not grant permission to use the trade names,
|
|
125
|
+
trademarks, service marks, or product names of the Licensor, except as required
|
|
126
|
+
for reasonable and customary use in describing the origin of the Work and
|
|
127
|
+
reproducing the content of the NOTICE file.
|
|
128
|
+
|
|
129
|
+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in
|
|
130
|
+
writing, Licensor provides the Work (and each Contributor provides its
|
|
131
|
+
Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
132
|
+
KIND, either express or implied, including, without limitation, any warranties
|
|
133
|
+
or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
134
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
135
|
+
appropriateness of using or redistributing the Work and assume any risks
|
|
136
|
+
associated with Your exercise of permissions under this License.
|
|
137
|
+
|
|
138
|
+
8. Limitation of Liability. In no event and under no legal theory, whether in
|
|
139
|
+
tor, contract, or otherwise, unless required by applicable law (such as
|
|
140
|
+
deliberate and grossly negligent acts) or agreed to in writing, shall any
|
|
141
|
+
Contributor be liable to You for damages, including any direct, indirect,
|
|
142
|
+
special, incidental, or consequential damages of any character arising as a
|
|
143
|
+
result of this License or out of the use or inability to use the Work
|
|
144
|
+
(including but not limited to damages for loss of goodwill, work stoppage,
|
|
145
|
+
computer failure or malfunction, or any and all other commercial damages or
|
|
146
|
+
losses), even if such Contributor has been advised of the possibility of such
|
|
147
|
+
damages.
|
|
148
|
+
|
|
149
|
+
9. Accepting Warranty or Additional Liability. While redistributing the Work or
|
|
150
|
+
Derivative Works thereof, You may choose to offer, and charge a fee for,
|
|
151
|
+
acceptance of support, warranty, indemnity, or other liability obligations
|
|
152
|
+
and/or rights consistent with this License. However, in accepting such
|
|
153
|
+
obligations, You may act only on Your own behalf and on Your sole responsibility,
|
|
154
|
+
not on behalf of any other Contributor, and only if You agree to indemnify,
|
|
155
|
+
defend, and hold each Contributor harmless for any liability incurred by, or
|
|
156
|
+
claims asserted against, such Contributor by reason of your accepting any such
|
|
157
|
+
warranty or additional liability.
|
|
158
|
+
|
|
159
|
+
END OF TERMS AND CONDITIONS
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
gem
|