Overview
Statistics (detailed ones)
	Total 1381 packages analyzed and 6692 Go files
	(2244793 lines of code) parsed. On average,
	* each Go source file imports 3.68 packages
	  and contains 335 lines of code.
	* each package depends on 8.40 other packages,
	  contains 4.96 source code files, and exports
	  - 6.68 type names,
	  - 3.56 variables,
	  - 20.19 constants,
	  - 9.82 functions.
All Packages (sort packages by:  |  |  | )
13. /examples/cli/states - contains a stateful schema-v2 for a CLI.
16. /examples/cli_daemon/states - contains a stateful schema-v2 for a CLI.
22. /examples/mach_template/states - contains a stateful schema-v2 for MachTemplate.
m 48. /internal/testing/cmd/am-dbg-worker - AM_DBG_WORKER_ADDR AM_DBG_ADDR
52. /pkg/graph - provides a graph or interconnected state-machines and their states, based on the dbg telemetry protocol.
53. /pkg/helpers - is a set of useful functions when working with async state machines.
54. /pkg/helpers/testing - provides testing helpers for state machines using testify.
55. /pkg/history - provides machine history tracking and traversal using the process' memory and structs.
56. /pkg/history/bbolt - provides machine history tracking and traversal using the bbolt K/V database.
61. /pkg/machine - is a nondeterministic, multi-state, clock-based, relational, optionally-accepting, and non-blocking state machine.
62. /pkg/node - provides distributed worker pools with supervisors.
66. /pkg/pubsub/states - contains a stateful schema-v2 for Topic.
67. /pkg/pubsub/uds - was auto-translated from rust-libp2p.
68. /pkg/rpc - is a transparent RPC for state machines.
70. /pkg/states - provides reusable state definitions.
71. /pkg/states/global - should be imported into the package's global scope with:
72. /pkg/states/pipes - provide helpers to pipe states from one machine to another.
73. /pkg/telemetry - provides telemetry exporters: am-dbg, Prometheus, OpenTelemetry.
75. /pkg/telemetry/prometheus - provides Prometheus metrics for asyncmachine.
76. /pkg/x/helpers - provides experimental and unstable helpers.
m 78. /tools/cmd/am-dbg - am-dbg is a lightweight, multi-client debugger for asyncmachine-go.
m 79. /tools/cmd/am-gen - am-gen generates schema files and Grafana dashboards.
m 81. /tools/cmd/am-vis - am-vis generates diagrams of a filtered graph.
83. /tools/debugger - provides a TUI debugger with multi-client support.
88. /tools/generator - generates state-machine schemas and grafana dashboards.
92. /tools/relay/states - contains a stateful schema-v2 for Relay.
94. /tools/repl - provides a REPL and CLI functionality for aRPC connections.
95. /tools/repl/states - contains a stateful schema-v2 for Repl.
97. /tools/visualizer/states - contains a stateful schema-v2 for Visualizer.