API¶
Package agentsmgr¶
Common collection of AI agents configuration and data.
- agentsmgr.main()¶
User-facing CLI entrypoint.
Module agentsmgr.exceptions¶
Family of exceptions for package API.
- exception agentsmgr.exceptions.CoderAbsence(coder)¶
Bases:
Omnierror,ValueErrorCoder absence in registry.
- exception agentsmgr.exceptions.ConfigurationAbsence(location=absence.absent)¶
Bases:
Omnierror,FileNotFoundError
- exception agentsmgr.exceptions.ConfigurationInvalidity(reason=absence.absent)¶
Bases:
Omnierror,ValueErrorBase configuration data invalidity.
- exception agentsmgr.exceptions.ContentAbsence(content_type, content_name, coder)¶
Bases:
Omnierror,FileNotFoundErrorContent file absence.
- exception agentsmgr.exceptions.ContextInvalidity¶
-
Invalid execution context.
- exception agentsmgr.exceptions.DataSourceInvalidity(location, missing_directories)¶
Bases:
Omnierror,ValueErrorData source structure invalidity.
- exception agentsmgr.exceptions.DataSourceNoSupport(source_spec)¶
Bases:
Omnierror,ValueErrorUnsupported data source format error.
- exception agentsmgr.exceptions.FileOperationFailure(path, operation='access file')¶
-
File or directory operation failure.
- exception agentsmgr.exceptions.GlobalsPopulationFailure(source, target)¶
-
Global settings population failure.
- exception agentsmgr.exceptions.InstructionFilesConfigurationInvalidity¶
Bases:
InstructionSourceInvalidityInstruction files configuration format invalidity.
- exception agentsmgr.exceptions.InstructionSourceFieldAbsence¶
Bases:
InstructionSourceInvalidityInstruction source ‘source’ field absence.
- exception agentsmgr.exceptions.InstructionSourceInvalidity(*posargs, **nomargs)¶
Bases:
Omnierror,ValueErrorInstruction source configuration invalidity.
- exception agentsmgr.exceptions.MemoryFileAbsence(location)¶
Bases:
Omnierror,FileNotFoundErrorMemory file absence.
Raised when project memory file (conventions.md) does not exist but memory symlinks need to be created.
- exception agentsmgr.exceptions.Omnierror(*posargs, **nomargs)¶
Bases:
Omniexception,ExceptionBase for error exceptions raised by package API.
- exception agentsmgr.exceptions.Omniexception(*posargs, **nomargs)¶
Bases:
OmniexceptionBase for all exceptions raised by package API.
- exception agentsmgr.exceptions.TargetModeNoSupport(coder, mode, reason='')¶
Bases:
Omnierror,ValueErrorTargeting mode lack of support.
- exception agentsmgr.exceptions.TemplateError(template_name)¶
Bases:
Omnierror,ValueErrorTemplate processing error.
- exception agentsmgr.exceptions.ToolSpecificationInvalidity(specification)¶
Bases:
ConfigurationInvalidityTool specification invalidity.
- exception agentsmgr.exceptions.ToolSpecificationTypeInvalidity(specification)¶
Bases:
ConfigurationInvalidityTool specification type invalidity.