2.2 KiB
2.2 KiB
| 1 | subject | publisher(s) | subscriber(s) | purpose | source |
|---|---|---|---|---|---|
| 2 | agent.run.requested | router/scripts | crewai-worker (legacy) | legacy run subject (to be deprecated) | services/crewai-worker/main.py |
| 3 | agent.run.requested.{agent_id} | router/producers (target) | workers via wildcard subscription | canonical run subject | docs/architecture_inventory/03_DATAFLOWS.md |
| 4 | agent.run.requested.* | n/a (subscription pattern) | crewai-worker/router workers | canonical consumer wildcard | docs/architecture_inventory/03_DATAFLOWS.md |
| 5 | agent.run.completed.{agent_id} | crewai-worker | router/gateway/ops | run completion | services/crewai-worker/main.py |
| 6 | agent.run.failed.dlq | crewai-worker/scripts | dlq replay tooling | failed run dead-letter | services/crewai-worker/main.py |
| 7 | attachment.created.{type} | ingest-service | parser-pipeline | file ingestion events | services/ingest-service/main.py |
| 8 | attachment.parsed.{type} | parser-pipeline | index/memory workflows | parsed artifact events | services/parser-pipeline/main.py |
| 9 | artifact.job.render_pptx.requested | artifact-registry | render-pptx-worker | presentation render job | services/artifact-registry/app/main.py |
| 10 | artifact.job.render_pdf.requested | artifact-registry | render-pdf-worker | pdf render job | services/render-pdf-worker/app/main.py |
| 11 | artifact.job.index_doc.requested | artifact-registry | index-doc-worker | document index job | services/index-doc-worker/app/main.py |
| 12 | md.events.{type}.{symbol} | market-data-service | senpai-md-consumer | market data normalized events | services/market-data-service/app/consumers/nats_output.py |
| 13 | senpai.features.{symbol} | senpai-md-consumer | router/tool clients | feature stream | services/senpai-md-consumer/senpai/md_consumer/publisher.py |
| 14 | senpai.signals.{symbol} | senpai-md-consumer | strategy/alert consumers | signal stream | services/senpai-md-consumer/senpai/md_consumer/publisher.py |
| 15 | senpai.alerts | senpai-md-consumer | ops/strategy consumers | alert stream | services/senpai-md-consumer/senpai/md_consumer/publisher.py |
| 16 | agent.invoke.comfy | router/agents | comfy-agent | comfy invocation bus | services/comfy-agent/app/config.py |
| 17 | comfy.request.image | router/agents | comfy-agent | direct image generation bus | services/comfy-agent/app/config.py |
| 18 | comfy.request.video | router/agents | comfy-agent | direct video generation bus | services/comfy-agent/app/config.py |