ralphx 0.3.4__py3-none-any.whl → 0.3.5__py3-none-any.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.
Files changed (38) hide show
  1. ralphx/__init__.py +1 -1
  2. ralphx/api/routes/auth.py +703 -94
  3. ralphx/api/routes/config.py +3 -56
  4. ralphx/api/routes/export_import.py +6 -9
  5. ralphx/api/routes/loops.py +4 -4
  6. ralphx/api/routes/planning.py +19 -5
  7. ralphx/api/routes/templates.py +2 -2
  8. ralphx/api/routes/workflows.py +1 -22
  9. ralphx/cli.py +4 -1
  10. ralphx/core/auth.py +346 -171
  11. ralphx/core/database.py +588 -164
  12. ralphx/core/executor.py +0 -3
  13. ralphx/core/loop.py +15 -2
  14. ralphx/core/loop_templates.py +3 -3
  15. ralphx/core/planning_service.py +109 -21
  16. ralphx/core/preview.py +9 -25
  17. ralphx/core/project_db.py +124 -72
  18. ralphx/core/project_export.py +1 -5
  19. ralphx/core/project_import.py +14 -29
  20. ralphx/core/sample_project.py +1 -5
  21. ralphx/core/templates.py +9 -9
  22. ralphx/core/workflow_export.py +4 -7
  23. ralphx/core/workflow_import.py +3 -27
  24. ralphx/mcp/__init__.py +6 -2
  25. ralphx/mcp/registry.py +3 -3
  26. ralphx/mcp/tools/workflows.py +114 -32
  27. ralphx/mcp_server.py +6 -2
  28. ralphx/static/assets/index-0ovNnfOq.css +1 -0
  29. ralphx/static/assets/index-CY9s08ZB.js +251 -0
  30. ralphx/static/assets/index-CY9s08ZB.js.map +1 -0
  31. ralphx/static/index.html +2 -2
  32. {ralphx-0.3.4.dist-info → ralphx-0.3.5.dist-info}/METADATA +33 -12
  33. {ralphx-0.3.4.dist-info → ralphx-0.3.5.dist-info}/RECORD +35 -35
  34. ralphx/static/assets/index-CcRDyY3b.css +0 -1
  35. ralphx/static/assets/index-CcxfTosc.js +0 -251
  36. ralphx/static/assets/index-CcxfTosc.js.map +0 -1
  37. {ralphx-0.3.4.dist-info → ralphx-0.3.5.dist-info}/WHEEL +0 -0
  38. {ralphx-0.3.4.dist-info → ralphx-0.3.5.dist-info}/entry_points.txt +0 -0
ralphx/__init__.py CHANGED
@@ -1,6 +1,6 @@
1
1
  """RalphX - Generic agent loop orchestration system."""
2
2
 
3
- __version__ = "0.3.4"
3
+ __version__ = "0.3.5"
4
4
  __author__ = "Jack"
5
5
 
6
6
  # Package metadata