Skip to content

docs: Update v1.1.0 documentation for EventType enum, heartbeat tracking, task querying, and architectural refinements#1

Merged
disprosium8 merged 1 commit into
quant-net:v1.1.0from
youf3:v1.1.0
May 5, 2026
Merged

docs: Update v1.1.0 documentation for EventType enum, heartbeat tracking, task querying, and architectural refinements#1
disprosium8 merged 1 commit into
quant-net:v1.1.0from
youf3:v1.1.0

Conversation

@youf3

@youf3 youf3 commented May 5, 2026

Copy link
Copy Markdown
Contributor

Summary

  • EventType enum — documents the new EventType string enum in quantnet_mq, listing all typed constants (agentState, experimentResult, agentHeartbeat, agentTaskSchedulerPhase, agentTaskSchedulerTask, agentTaskResult) and links them to their corresponding MonitorEvent fields.
  • Agent heartbeat tracking — documents the 60-second staleness threshold; the monitor plugin now uses agentHeartbeat events to maintain a per-node last-seen timestamp, and the controller excludes stale agents from experiment path matching.
  • getTasks RPC — documents the new monitor plugin RPC command for querying recorded agent task results, including optional agent filtering and the fields returned per entry.
  • Configuration refactoring — documents the new -c/--config CLI flag for both the controller and agent, updated config file search paths (removing the previously probed $VIRTUAL_ENV path), and explicit error-on-missing-file behavior.
  • Topology API — documents the full parameter on the getInfo topology RPC, which returns complete node/channel data and aggregate counts when enabled.
  • Routing fixes — documents MultiGraph support and quantum link recovery fallback behavior.
  • Scheduling — documents controller-side separation of experiment vs. calibration request paths and per-agent error reporting.
  • MongoDB config — adds mongo_host and mongo_port config reference entries.
  • Changelog — fills in the 1.1.0 changelog entries for qn-mq, qn-server, and qn-agent.

…beat tracking, task result querying, and architectural refinements
@youf3
youf3 requested a review from disprosium8 May 5, 2026 20:03
@disprosium8
disprosium8 merged commit 222fb6d into quant-net:v1.1.0 May 5, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants