netra-zen 1.0.6__tar.gz → 1.0.7__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.
Files changed (61) hide show
  1. {netra_zen-1.0.6/netra_zen.egg-info → netra_zen-1.0.7}/PKG-INFO +31 -4
  2. {netra_zen-1.0.6 → netra_zen-1.0.7}/README.md +31 -4
  3. {netra_zen-1.0.6 → netra_zen-1.0.7/netra_zen.egg-info}/PKG-INFO +31 -4
  4. {netra_zen-1.0.6 → netra_zen-1.0.7}/pyproject.toml +1 -1
  5. {netra_zen-1.0.6 → netra_zen-1.0.7}/setup.py +2 -2
  6. {netra_zen-1.0.6 → netra_zen-1.0.7}/LICENSE.md +0 -0
  7. {netra_zen-1.0.6 → netra_zen-1.0.7}/MANIFEST.in +0 -0
  8. {netra_zen-1.0.6 → netra_zen-1.0.7}/agent_interface/__init__.py +0 -0
  9. {netra_zen-1.0.6 → netra_zen-1.0.7}/agent_interface/base_agent.py +0 -0
  10. {netra_zen-1.0.6 → netra_zen-1.0.7}/config_example.json +0 -0
  11. {netra_zen-1.0.6 → netra_zen-1.0.7}/docs/CACHE_TOKENS_GUIDE.md +0 -0
  12. {netra_zen-1.0.6 → netra_zen-1.0.7}/docs/Cost_allocation.md +0 -0
  13. {netra_zen-1.0.6 → netra_zen-1.0.7}/docs/DOLLAR_BUDGET_USAGE_EXAMPLES.md +0 -0
  14. {netra_zen-1.0.6 → netra_zen-1.0.7}/docs/EXAMPLES.md +0 -0
  15. {netra_zen-1.0.6 → netra_zen-1.0.7}/docs/MODEL_COLUMN_GUIDE.md +0 -0
  16. {netra_zen-1.0.6 → netra_zen-1.0.7}/docs/apex_integration_test_plan.md +0 -0
  17. {netra_zen-1.0.6 → netra_zen-1.0.7}/docs/zen_agent_cli_parallel_plan.md +0 -0
  18. {netra_zen-1.0.6 → netra_zen-1.0.7}/netra_zen.egg-info/SOURCES.txt +0 -0
  19. {netra_zen-1.0.6 → netra_zen-1.0.7}/netra_zen.egg-info/dependency_links.txt +0 -0
  20. {netra_zen-1.0.6 → netra_zen-1.0.7}/netra_zen.egg-info/entry_points.txt +0 -0
  21. {netra_zen-1.0.6 → netra_zen-1.0.7}/netra_zen.egg-info/requires.txt +0 -0
  22. {netra_zen-1.0.6 → netra_zen-1.0.7}/netra_zen.egg-info/top_level.txt +0 -0
  23. {netra_zen-1.0.6 → netra_zen-1.0.7}/prebuilt_commands_example.json +0 -0
  24. {netra_zen-1.0.6 → netra_zen-1.0.7}/requirements-dev.txt +0 -0
  25. {netra_zen-1.0.6 → netra_zen-1.0.7}/requirements.txt +0 -0
  26. {netra_zen-1.0.6 → netra_zen-1.0.7}/scripts/__init__.py +0 -0
  27. {netra_zen-1.0.6 → netra_zen-1.0.7}/scripts/__main__.py +0 -0
  28. {netra_zen-1.0.6 → netra_zen-1.0.7}/scripts/agent_cli.py +0 -0
  29. {netra_zen-1.0.6 → netra_zen-1.0.7}/scripts/agent_logs.py +0 -0
  30. {netra_zen-1.0.6 → netra_zen-1.0.7}/scripts/bump_version.py +0 -0
  31. {netra_zen-1.0.6 → netra_zen-1.0.7}/scripts/demo_log_collection.py +0 -0
  32. {netra_zen-1.0.6 → netra_zen-1.0.7}/scripts/embed_release_credentials.py +0 -0
  33. {netra_zen-1.0.6 → netra_zen-1.0.7}/setup.cfg +0 -0
  34. {netra_zen-1.0.6 → netra_zen-1.0.7}/tests/__init__.py +0 -0
  35. {netra_zen-1.0.6 → netra_zen-1.0.7}/tests/test_agent_interface.py +0 -0
  36. {netra_zen-1.0.6 → netra_zen-1.0.7}/tests/test_agent_logs.py +0 -0
  37. {netra_zen-1.0.6 → netra_zen-1.0.7}/tests/test_apex_integration.py +0 -0
  38. {netra_zen-1.0.6 → netra_zen-1.0.7}/tests/test_cli_extensions.py +0 -0
  39. {netra_zen-1.0.6 → netra_zen-1.0.7}/tests/test_cli_integration.py +0 -0
  40. {netra_zen-1.0.6 → netra_zen-1.0.7}/tests/test_direct_command_execution.py +0 -0
  41. {netra_zen-1.0.6 → netra_zen-1.0.7}/tests/test_dollar_budget_enhancement.py +0 -0
  42. {netra_zen-1.0.6 → netra_zen-1.0.7}/tests/test_permission_fix_windows.py +0 -0
  43. {netra_zen-1.0.6 → netra_zen-1.0.7}/tests/test_pricing_engine.py +0 -0
  44. {netra_zen-1.0.6 → netra_zen-1.0.7}/tests/test_runner.py +0 -0
  45. {netra_zen-1.0.6 → netra_zen-1.0.7}/tests/test_workspace_detection.py +0 -0
  46. {netra_zen-1.0.6 → netra_zen-1.0.7}/tests/test_zen_commands.py +0 -0
  47. {netra_zen-1.0.6 → netra_zen-1.0.7}/tests/test_zen_integration.py +0 -0
  48. {netra_zen-1.0.6 → netra_zen-1.0.7}/tests/test_zen_metrics.py +0 -0
  49. {netra_zen-1.0.6 → netra_zen-1.0.7}/tests/test_zen_unit.py +0 -0
  50. {netra_zen-1.0.6 → netra_zen-1.0.7}/token_budget/__init__.py +0 -0
  51. {netra_zen-1.0.6 → netra_zen-1.0.7}/token_budget/budget_manager.py +0 -0
  52. {netra_zen-1.0.6 → netra_zen-1.0.7}/token_budget/models.py +0 -0
  53. {netra_zen-1.0.6 → netra_zen-1.0.7}/token_budget/visualization.py +0 -0
  54. {netra_zen-1.0.6 → netra_zen-1.0.7}/token_transparency/__init__.py +0 -0
  55. {netra_zen-1.0.6 → netra_zen-1.0.7}/token_transparency/claude_pricing_engine.py +0 -0
  56. {netra_zen-1.0.6 → netra_zen-1.0.7}/zen/__init__.py +0 -0
  57. {netra_zen-1.0.6 → netra_zen-1.0.7}/zen/__main__.py +0 -0
  58. {netra_zen-1.0.6 → netra_zen-1.0.7}/zen/telemetry/__init__.py +0 -0
  59. {netra_zen-1.0.6 → netra_zen-1.0.7}/zen/telemetry/embedded_credentials.py +0 -0
  60. {netra_zen-1.0.6 → netra_zen-1.0.7}/zen/telemetry/manager.py +0 -0
  61. {netra_zen-1.0.6 → netra_zen-1.0.7}/zen_orchestrator.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: netra-zen
3
- Version: 1.0.6
3
+ Version: 1.0.7
4
4
  Summary: Multi-instance Claude orchestrator for parallel task execution
5
5
  Home-page: https://github.com/netra-systems/zen
6
6
  Author: Systems
@@ -47,13 +47,40 @@ Dynamic: home-page
47
47
  Dynamic: license-file
48
48
  Dynamic: requires-python
49
49
 
50
- # Zen
50
+ # Free more claude usage through optimization.
51
51
 
52
- Zen runs multiple Code CLI instances for peaceful parallel task execution.
52
+ Extend your claude usage (all plans) for free with minimal effort and no risk.
53
53
 
54
- ## What is Zen?
54
+ It works by analyzing your usage logs for metadata optimizations. It is focused on the metadata not the semantics of the prompt, so no risk in drop of quality.
55
+
56
+ This is a micro startup effort, aiming to provide real value for individual devs in exchange for feedback. Our intent is to charge businesses for larger scale optimizations.
57
+
58
+ The process is simple. One time install, then one command. It auto grabs the last 5 logs and provides actionable items to update going forward to get the value of the optimizations.
59
+
60
+ ## Quick start
61
+
62
+ 1. `pip install netra-zen`
63
+ 2. `zen --apex --send-logs --message "claude code"`
64
+ 3. Read the results and update claude settings, prompts, commands, etc. as needed to benefit
65
+
66
+ By default it will optimize based on logs no thought on the message is needed. Just copy and paste #2!
67
+ See detailed install below if needed.
68
+
69
+ ## Example output
70
+ ![example](https://github.com/user-attachments/assets/94ed0180-9fed-4d76-ab69-657b7d3ab1b2)
71
+
72
+
73
+ ## Proof it works
74
+ ### Example savings on real world production git issue progressor task (complex claude code command)
75
+ This was just changing a few small lines on a 400 line command.
76
+ ![savings](https://github.com/user-attachments/assets/9298e7cc-4f15-4dc0-97e3-1f126757dde6)
77
+
78
+
79
+ # Other features & detailed install guide
80
+ ### Orchestrator
55
81
 
56
82
  Zen allows you to:
83
+ - Zen Orchestrator runs multiple Code CLI instances for peaceful parallel task execution.
57
84
  - Run multiple headless Claude Code CLI instances simultaneously.
58
85
  - Calm unified results (status, time, token usage)
59
86
  - Relax **"5-hour limit reached"** lockout fears with easy token budget limits
@@ -1,10 +1,37 @@
1
- # Zen
1
+ # Free more claude usage through optimization.
2
2
 
3
- Zen runs multiple Code CLI instances for peaceful parallel task execution.
3
+ Extend your claude usage (all plans) for free with minimal effort and no risk.
4
4
 
5
- ## What is Zen?
5
+ It works by analyzing your usage logs for metadata optimizations. It is focused on the metadata not the semantics of the prompt, so no risk in drop of quality.
6
+
7
+ This is a micro startup effort, aiming to provide real value for individual devs in exchange for feedback. Our intent is to charge businesses for larger scale optimizations.
8
+
9
+ The process is simple. One time install, then one command. It auto grabs the last 5 logs and provides actionable items to update going forward to get the value of the optimizations.
10
+
11
+ ## Quick start
12
+
13
+ 1. `pip install netra-zen`
14
+ 2. `zen --apex --send-logs --message "claude code"`
15
+ 3. Read the results and update claude settings, prompts, commands, etc. as needed to benefit
16
+
17
+ By default it will optimize based on logs no thought on the message is needed. Just copy and paste #2!
18
+ See detailed install below if needed.
19
+
20
+ ## Example output
21
+ ![example](https://github.com/user-attachments/assets/94ed0180-9fed-4d76-ab69-657b7d3ab1b2)
22
+
23
+
24
+ ## Proof it works
25
+ ### Example savings on real world production git issue progressor task (complex claude code command)
26
+ This was just changing a few small lines on a 400 line command.
27
+ ![savings](https://github.com/user-attachments/assets/9298e7cc-4f15-4dc0-97e3-1f126757dde6)
28
+
29
+
30
+ # Other features & detailed install guide
31
+ ### Orchestrator
6
32
 
7
33
  Zen allows you to:
34
+ - Zen Orchestrator runs multiple Code CLI instances for peaceful parallel task execution.
8
35
  - Run multiple headless Claude Code CLI instances simultaneously.
9
36
  - Calm unified results (status, time, token usage)
10
37
  - Relax **"5-hour limit reached"** lockout fears with easy token budget limits
@@ -727,4 +754,4 @@ See the included example files:
727
754
  ## Support
728
755
 
729
756
  - GitHub Issues: https://github.com/netra-systems/zen/issues
730
- - Documentation: https://github.com/netra-systems/zen/wiki
757
+ - Documentation: https://github.com/netra-systems/zen/wiki
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: netra-zen
3
- Version: 1.0.6
3
+ Version: 1.0.7
4
4
  Summary: Multi-instance Claude orchestrator for parallel task execution
5
5
  Home-page: https://github.com/netra-systems/zen
6
6
  Author: Systems
@@ -47,13 +47,40 @@ Dynamic: home-page
47
47
  Dynamic: license-file
48
48
  Dynamic: requires-python
49
49
 
50
- # Zen
50
+ # Free more claude usage through optimization.
51
51
 
52
- Zen runs multiple Code CLI instances for peaceful parallel task execution.
52
+ Extend your claude usage (all plans) for free with minimal effort and no risk.
53
53
 
54
- ## What is Zen?
54
+ It works by analyzing your usage logs for metadata optimizations. It is focused on the metadata not the semantics of the prompt, so no risk in drop of quality.
55
+
56
+ This is a micro startup effort, aiming to provide real value for individual devs in exchange for feedback. Our intent is to charge businesses for larger scale optimizations.
57
+
58
+ The process is simple. One time install, then one command. It auto grabs the last 5 logs and provides actionable items to update going forward to get the value of the optimizations.
59
+
60
+ ## Quick start
61
+
62
+ 1. `pip install netra-zen`
63
+ 2. `zen --apex --send-logs --message "claude code"`
64
+ 3. Read the results and update claude settings, prompts, commands, etc. as needed to benefit
65
+
66
+ By default it will optimize based on logs no thought on the message is needed. Just copy and paste #2!
67
+ See detailed install below if needed.
68
+
69
+ ## Example output
70
+ ![example](https://github.com/user-attachments/assets/94ed0180-9fed-4d76-ab69-657b7d3ab1b2)
71
+
72
+
73
+ ## Proof it works
74
+ ### Example savings on real world production git issue progressor task (complex claude code command)
75
+ This was just changing a few small lines on a 400 line command.
76
+ ![savings](https://github.com/user-attachments/assets/9298e7cc-4f15-4dc0-97e3-1f126757dde6)
77
+
78
+
79
+ # Other features & detailed install guide
80
+ ### Orchestrator
55
81
 
56
82
  Zen allows you to:
83
+ - Zen Orchestrator runs multiple Code CLI instances for peaceful parallel task execution.
57
84
  - Run multiple headless Claude Code CLI instances simultaneously.
58
85
  - Calm unified results (status, time, token usage)
59
86
  - Relax **"5-hour limit reached"** lockout fears with easy token budget limits
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "netra-zen"
7
- version = "1.0.6"
7
+ version = "1.0.7"
8
8
  description = "Multi-instance Claude orchestrator for parallel task execution"
9
9
  readme = "README.md"
10
10
  authors = [
@@ -8,10 +8,10 @@ with open("README.md", "r", encoding="utf-8") as fh:
8
8
 
9
9
  setup(
10
10
  name="netra-zen",
11
- version="1.0.6",
11
+ version="1.0.7",
12
12
  author=" Systems",
13
13
  author_email="pypi@netrasystems.ai",
14
- description="Code CLI Optimization and Tools",
14
+ description="Multi-instance Claude orchestrator for parallel task execution",
15
15
  long_description=long_description,
16
16
  long_description_content_type="text/markdown",
17
17
  url="https://github.com/netra-systems/zen",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes