@ebowwa/daemons 0.5.0 → 0.7.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 (53) hide show
  1. package/dist/core.d.ts +89 -0
  2. package/dist/core.d.ts.map +1 -0
  3. package/dist/core.js +346 -0
  4. package/dist/core.js.map +1 -0
  5. package/dist/index.d.ts +23 -0
  6. package/dist/index.d.ts.map +1 -0
  7. package/dist/index.js +25 -125340
  8. package/dist/index.js.map +1 -0
  9. package/dist/types.d.ts +36 -0
  10. package/dist/types.d.ts.map +1 -0
  11. package/dist/types.js +7 -0
  12. package/dist/types.js.map +1 -0
  13. package/package.json +19 -63
  14. package/src/core.ts +476 -0
  15. package/src/index.ts +23 -101
  16. package/src/types.ts +24 -301
  17. package/dist/bin/discord-cli.js +0 -124118
  18. package/dist/bin/manager.js +0 -143
  19. package/dist/bin/telegram-cli.js +0 -124114
  20. package/src/agent.ts +0 -111
  21. package/src/channels/base.ts +0 -573
  22. package/src/channels/discord.ts +0 -306
  23. package/src/channels/index.ts +0 -169
  24. package/src/channels/telegram.ts +0 -315
  25. package/src/daemon.ts +0 -534
  26. package/src/hooks.ts +0 -97
  27. package/src/memory.ts +0 -369
  28. package/src/skills/coding/commit.ts +0 -202
  29. package/src/skills/coding/execute-subtask.ts +0 -136
  30. package/src/skills/coding/fix-issues.ts +0 -126
  31. package/src/skills/coding/index.ts +0 -26
  32. package/src/skills/coding/plan-task.ts +0 -158
  33. package/src/skills/coding/quality-check.ts +0 -155
  34. package/src/skills/index.ts +0 -65
  35. package/src/skills/registry.ts +0 -380
  36. package/src/skills/shared/index.ts +0 -21
  37. package/src/skills/shared/reflect.ts +0 -156
  38. package/src/skills/shared/review.ts +0 -201
  39. package/src/skills/shared/trajectory.ts +0 -319
  40. package/src/skills/trading/analyze-market.ts +0 -144
  41. package/src/skills/trading/check-risk.ts +0 -176
  42. package/src/skills/trading/execute-trade.ts +0 -185
  43. package/src/skills/trading/generate-signal.ts +0 -160
  44. package/src/skills/trading/index.ts +0 -26
  45. package/src/skills/trading/monitor-position.ts +0 -179
  46. package/src/skills/types.ts +0 -235
  47. package/src/skills/workflows.ts +0 -340
  48. package/src/state.ts +0 -77
  49. package/src/tools.ts +0 -134
  50. package/src/workflow.ts +0 -341
  51. package/src/workflows/coding.ts +0 -580
  52. package/src/workflows/index.ts +0 -61
  53. package/src/workflows/trading.ts +0 -608

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.