1bcoder 0.1.16__tar.gz → 0.1.17__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.
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/1bcoder.egg-info/PKG-INFO +4 -2
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/1bcoder.egg-info/SOURCES.txt +4 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/PKG-INFO +4 -2
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/README.md +3 -1
- 1bcoder-0.1.17/_bcoder_data/flows/__pycache__/deepagent_md.cpython-311.pyc +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/flows/deepagent_md.py +604 -74
- 1bcoder-0.1.17/_bcoder_data/flows/scan.py +293 -0
- 1bcoder-0.1.17/_bcoder_data/flows/webanalys.py +167 -0
- 1bcoder-0.1.17/_bcoder_data/flows/webcrawl.py +660 -0
- 1bcoder-0.1.17/_bcoder_data/flows/webindex.py +181 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/chat.py +219 -6
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/pyproject.toml +1 -1
- 1bcoder-0.1.16/_bcoder_data/flows/webcrawl.py +0 -369
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/1bcoder.egg-info/dependency_links.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/1bcoder.egg-info/entry_points.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/1bcoder.egg-info/requires.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/1bcoder.egg-info/top_level.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/LICENSE +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/__init__.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/agents/advance.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/agents/ask.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/agents/compact.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/agents/concepts.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/agents/fill.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/agents/planning.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/agents/scan.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/agents/sqlite.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/agents/websearch.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/aliases.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/doc/FLOWS.md +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/doc/MCP.md +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/doc/OLLAMA_SERVER_PARAM.md +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/doc/PARAM.md +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/doc/PROC.md +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/doc/TRANSLATE.md +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/flows/__pycache__/commit_message.cpython-311.pyc +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/flows/__pycache__/webcrawl.cpython-311.pyc +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/flows/commit_message.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/flows/compress.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/flows/deepagent.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/flows/deobfuscate.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/flows/external_help.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/flows/grounding.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/flows/obfuscate.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/flows/py_error_trace.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/flows/simargl_files.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/flows/visual_search.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/flows/webask.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/map.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/proc/action-required.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/proc/add-save.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/proc/assist.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/proc/collect-files.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/proc/ctx_cut.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/proc/ctx_expand.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/proc/extract-code.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/proc/extract-files.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/proc/extract-list.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/proc/grounding-check.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/proc/md.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/proc/mdx.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/proc/pattern-gate.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/proc/regexp-extract.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/proc/rude_words.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/proc/scan-save.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/proc/secret_check.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/proc/sql_readonly_guard.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/proc/tempctx-cut.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/profiles.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/prompts/analysis.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/prompts/sumarise.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/prompts.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/AddFunction.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/AskProject.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/CheckRequirements.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/DockerMySQL.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/DockerNginx.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/DockerPython.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/DockerStack.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/DuckDuckGoInstant.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/EnvTemplate.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/Explain.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/ExploreProjectStructure.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/GitIgnorePython.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/MySQLDump.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/NewScript.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/PipFreeze.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/PyPI.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/Refactor.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/RunAndFix.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/SQLiteSchema.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/Translate.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/WikiPage.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/WikiSearch.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/auto-bkup.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/edit-control.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/parallel_call.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/personal/content/create-regular-content.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/personal/content/plan.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/personal/test/collect-data-from-test-environment.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/plan.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/remote/create-content-on-remote-server.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/set_ctx.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/simargl-cli_index_files.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/simargl-cli_index_units.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/simargl-cli_search.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/team-map-worker.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/team-search-worker.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/team-summarize.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/team-tree-worker.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/scripts/test.txt +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/_bcoder_data/teams/code-analysis.yaml +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/map_index.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/map_query.py +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/setup.cfg +0 -0
- {1bcoder-0.1.16 → 1bcoder-0.1.17}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: 1bcoder
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.17
|
|
4
4
|
Summary: AI coding assistant agent for 1B–7B local models (Ollama, LMStudio, llama.cpp). Terminal REPL with file editing, project map, agents, scripts, and parallel multi-model queries.
|
|
5
5
|
Project-URL: Homepage, https://github.com/szholobetsky/1bcoder
|
|
6
6
|
Project-URL: Repository, https://github.com/szholobetsky/1bcoder
|
|
@@ -1828,7 +1828,7 @@ For human input, the corrected command is shown with `[fix?]` and you are asked
|
|
|
1828
1828
|
|
|
1829
1829
|
## Part of the SIMARGL toolkit
|
|
1830
1830
|
|
|
1831
|
-
1bcoder is one of
|
|
1831
|
+
1bcoder is one of six tools that together form an **intellectual development support system**:
|
|
1832
1832
|
|
|
1833
1833
|
| Tool | Role |
|
|
1834
1834
|
|---|---|
|
|
@@ -1837,12 +1837,14 @@ For human input, the corrected command is shown with `[fix?]` and you are asked
|
|
|
1837
1837
|
| **[1bcoder](https://github.com/szholobetsky/1bcoder)** | AI coding assistant for small local models — surgical context management, agents, parallel inference, proc scripts |
|
|
1838
1838
|
| **[yasna](https://github.com/szholobetsky/yasna)** | Session memory — indexes conversations from all AI agents so you can find what was discussed, when, and where |
|
|
1839
1839
|
| **[radogast](https://github.com/szholobetsky/radogast)** | Context drift monitor — measures how far an AI agent's conversation has drifted from the original task |
|
|
1840
|
+
| **[vyrii](https://github.com/szholobetsky/vyrii)** | Local AI web UI — chat, translate, web research, RAG, and file management via Gradio; powered by Ollama or any OpenAI-compatible backend |
|
|
1840
1841
|
|
|
1841
1842
|
- **simargl** answers: *what code is related to this task?*
|
|
1842
1843
|
- **svitovyd** answers: *how is the code structured and what depends on what?*
|
|
1843
1844
|
- **1bcoder** answers: *how do I work with local models efficiently?*
|
|
1844
1845
|
- **yasna** answers: *where did I already discuss this?*
|
|
1845
1846
|
- **radogast** answers: *is the AI agent still on track toward the goal?*
|
|
1847
|
+
- **vyrii** answers: *how do I access all of this through a browser?*
|
|
1846
1848
|
|
|
1847
1849
|
Together they cover the full development loop: understand the codebase, find relevant history, work with AI locally, remember what was decided, and verify the context stays on target.
|
|
1848
1850
|
|
|
@@ -39,11 +39,15 @@ _bcoder_data/flows/external_help.py
|
|
|
39
39
|
_bcoder_data/flows/grounding.py
|
|
40
40
|
_bcoder_data/flows/obfuscate.py
|
|
41
41
|
_bcoder_data/flows/py_error_trace.py
|
|
42
|
+
_bcoder_data/flows/scan.py
|
|
42
43
|
_bcoder_data/flows/simargl_files.py
|
|
43
44
|
_bcoder_data/flows/visual_search.py
|
|
45
|
+
_bcoder_data/flows/webanalys.py
|
|
44
46
|
_bcoder_data/flows/webask.py
|
|
45
47
|
_bcoder_data/flows/webcrawl.py
|
|
48
|
+
_bcoder_data/flows/webindex.py
|
|
46
49
|
_bcoder_data/flows/__pycache__/commit_message.cpython-311.pyc
|
|
50
|
+
_bcoder_data/flows/__pycache__/deepagent_md.cpython-311.pyc
|
|
47
51
|
_bcoder_data/flows/__pycache__/webcrawl.cpython-311.pyc
|
|
48
52
|
_bcoder_data/proc/action-required.py
|
|
49
53
|
_bcoder_data/proc/add-save.py
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: 1bcoder
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.17
|
|
4
4
|
Summary: AI coding assistant agent for 1B–7B local models (Ollama, LMStudio, llama.cpp). Terminal REPL with file editing, project map, agents, scripts, and parallel multi-model queries.
|
|
5
5
|
Project-URL: Homepage, https://github.com/szholobetsky/1bcoder
|
|
6
6
|
Project-URL: Repository, https://github.com/szholobetsky/1bcoder
|
|
@@ -1828,7 +1828,7 @@ For human input, the corrected command is shown with `[fix?]` and you are asked
|
|
|
1828
1828
|
|
|
1829
1829
|
## Part of the SIMARGL toolkit
|
|
1830
1830
|
|
|
1831
|
-
1bcoder is one of
|
|
1831
|
+
1bcoder is one of six tools that together form an **intellectual development support system**:
|
|
1832
1832
|
|
|
1833
1833
|
| Tool | Role |
|
|
1834
1834
|
|---|---|
|
|
@@ -1837,12 +1837,14 @@ For human input, the corrected command is shown with `[fix?]` and you are asked
|
|
|
1837
1837
|
| **[1bcoder](https://github.com/szholobetsky/1bcoder)** | AI coding assistant for small local models — surgical context management, agents, parallel inference, proc scripts |
|
|
1838
1838
|
| **[yasna](https://github.com/szholobetsky/yasna)** | Session memory — indexes conversations from all AI agents so you can find what was discussed, when, and where |
|
|
1839
1839
|
| **[radogast](https://github.com/szholobetsky/radogast)** | Context drift monitor — measures how far an AI agent's conversation has drifted from the original task |
|
|
1840
|
+
| **[vyrii](https://github.com/szholobetsky/vyrii)** | Local AI web UI — chat, translate, web research, RAG, and file management via Gradio; powered by Ollama or any OpenAI-compatible backend |
|
|
1840
1841
|
|
|
1841
1842
|
- **simargl** answers: *what code is related to this task?*
|
|
1842
1843
|
- **svitovyd** answers: *how is the code structured and what depends on what?*
|
|
1843
1844
|
- **1bcoder** answers: *how do I work with local models efficiently?*
|
|
1844
1845
|
- **yasna** answers: *where did I already discuss this?*
|
|
1845
1846
|
- **radogast** answers: *is the AI agent still on track toward the goal?*
|
|
1847
|
+
- **vyrii** answers: *how do I access all of this through a browser?*
|
|
1846
1848
|
|
|
1847
1849
|
Together they cover the full development loop: understand the codebase, find relevant history, work with AI locally, remember what was decided, and verify the context stays on target.
|
|
1848
1850
|
|
|
@@ -1813,7 +1813,7 @@ For human input, the corrected command is shown with `[fix?]` and you are asked
|
|
|
1813
1813
|
|
|
1814
1814
|
## Part of the SIMARGL toolkit
|
|
1815
1815
|
|
|
1816
|
-
1bcoder is one of
|
|
1816
|
+
1bcoder is one of six tools that together form an **intellectual development support system**:
|
|
1817
1817
|
|
|
1818
1818
|
| Tool | Role |
|
|
1819
1819
|
|---|---|
|
|
@@ -1822,12 +1822,14 @@ For human input, the corrected command is shown with `[fix?]` and you are asked
|
|
|
1822
1822
|
| **[1bcoder](https://github.com/szholobetsky/1bcoder)** | AI coding assistant for small local models — surgical context management, agents, parallel inference, proc scripts |
|
|
1823
1823
|
| **[yasna](https://github.com/szholobetsky/yasna)** | Session memory — indexes conversations from all AI agents so you can find what was discussed, when, and where |
|
|
1824
1824
|
| **[radogast](https://github.com/szholobetsky/radogast)** | Context drift monitor — measures how far an AI agent's conversation has drifted from the original task |
|
|
1825
|
+
| **[vyrii](https://github.com/szholobetsky/vyrii)** | Local AI web UI — chat, translate, web research, RAG, and file management via Gradio; powered by Ollama or any OpenAI-compatible backend |
|
|
1825
1826
|
|
|
1826
1827
|
- **simargl** answers: *what code is related to this task?*
|
|
1827
1828
|
- **svitovyd** answers: *how is the code structured and what depends on what?*
|
|
1828
1829
|
- **1bcoder** answers: *how do I work with local models efficiently?*
|
|
1829
1830
|
- **yasna** answers: *where did I already discuss this?*
|
|
1830
1831
|
- **radogast** answers: *is the AI agent still on track toward the goal?*
|
|
1832
|
+
- **vyrii** answers: *how do I access all of this through a browser?*
|
|
1831
1833
|
|
|
1832
1834
|
Together they cover the full development loop: understand the codebase, find relevant history, work with AI locally, remember what was decided, and verify the context stays on target.
|
|
1833
1835
|
|