Internal Development Interface

Package agentsmgr.__

Common constants, imports, and utilities.

Module agentsmgr.__.imports

Common imports used throughout the package.

Module agentsmgr.__.nomina

Common names and type aliases.

type agentsmgr.__.nomina.ComparisonResult = bool | builtins.NotImplementedType
type agentsmgr.__.nomina.NominativeArguments = collections.abc.Mapping[str, typing_extensions.Any]
type agentsmgr.__.nomina.PositionalArguments = collections.abc.Sequence[typing_extensions.Any]