arkaos 4.8.0 → 4.10.0

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 (46) hide show
  1. package/VERSION +1 -1
  2. package/arka/skills/research/SKILL.md +6 -6
  3. package/bin/arka +5 -1
  4. package/bin/arkaos +2 -2
  5. package/config/disc-team-validator.sh +7 -7
  6. package/config/evals/dev.yaml +28 -0
  7. package/config/evals/finance.yaml +28 -0
  8. package/config/evals/kb.yaml +26 -0
  9. package/config/evals/marketing.yaml +28 -0
  10. package/config/evals/strategy.yaml +26 -0
  11. package/core/agents/__pycache__/registry_gen.cpython-313.pyc +0 -0
  12. package/core/agents/registry_gen.py +6 -4
  13. package/core/evals/__init__.py +19 -0
  14. package/core/evals/__pycache__/__init__.cpython-313.pyc +0 -0
  15. package/core/evals/__pycache__/schema.cpython-313.pyc +0 -0
  16. package/core/evals/__pycache__/verdict_labels.cpython-313.pyc +0 -0
  17. package/core/evals/schema.py +54 -0
  18. package/core/evals/verdict_labels.py +72 -0
  19. package/core/registry/__pycache__/__init__.cpython-312.pyc +0 -0
  20. package/core/registry/__pycache__/generator.cpython-312.pyc +0 -0
  21. package/core/registry/__pycache__/generator.cpython-313.pyc +0 -0
  22. package/core/registry/generator.py +138 -110
  23. package/core/runtime/__pycache__/llm_cost_telemetry.cpython-313.pyc +0 -0
  24. package/core/runtime/__pycache__/llm_cost_telemetry.cpython-314.pyc +0 -0
  25. package/core/runtime/llm_cost_telemetry.py +13 -1
  26. package/core/synapse/__pycache__/engine.cpython-313.pyc +0 -0
  27. package/core/synapse/__pycache__/engine.cpython-314.pyc +0 -0
  28. package/core/synapse/__pycache__/layers.cpython-313.pyc +0 -0
  29. package/core/synapse/__pycache__/layers.cpython-314.pyc +0 -0
  30. package/core/synapse/engine.py +6 -0
  31. package/core/synapse/layers.py +17 -0
  32. package/departments/dev/skills/research/SKILL.md +3 -2
  33. package/departments/dev/skills/scaffold/SKILL.md +3 -3
  34. package/knowledge/commands-registry.json +4194 -2627
  35. package/knowledge/commands-registry.json.bak +4194 -2627
  36. package/package.json +1 -1
  37. package/pyproject.toml +1 -1
  38. package/scripts/__pycache__/dashboard-api.cpython-313.pyc +0 -0
  39. package/scripts/__pycache__/synapse-bridge.cpython-313.pyc +0 -0
  40. package/scripts/__pycache__/synapse-bridge.cpython-314.pyc +0 -0
  41. package/scripts/dashboard-api.py +2 -2
  42. package/scripts/synapse-bridge.py +1 -1
  43. package/scripts/tools/__pycache__/prompt_surface_benchmark.cpython-313.pyc +0 -0
  44. package/scripts/tools/prompt_surface_benchmark.py +144 -0
  45. package/knowledge/agents-registry.json +0 -254
  46. package/knowledge/commands-registry-v2.json +0 -3827

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.