Contents:
AgentException
AgentValidationError
AgentExecutionError
BaseAgent
BaseAgent.name
BaseAgent.description
BaseAgent.version
BaseAgent.enabled
BaseAgent.__init__()
BaseAgent.execute()
BaseAgent.validate_context()
BaseAgent.pre_execute()
BaseAgent.post_execute()
BaseAgent.run()
BaseAgent.log_info()
BaseAgent.log_warning()
BaseAgent.log_error()
BaseAgent.log_debug()
BaseAgent.get_stats()
BaseAgent.reset()
AsyncAgent
AsyncAgent.async_enabled
AsyncAgent.queue_name
AsyncAgent.priority
AsyncAgent.async_execute()
AsyncAgent.enqueue()
WorkflowAgent
WorkflowAgent.__init__()
WorkflowAgent.add_step()
WorkflowAgent.execute()
AgentRegistry
AgentRegistry.__init__()
AgentRegistry.register()
AgentRegistry.unregister()
AgentRegistry.get_agent()
AgentRegistry.get_agent_class()
AgentRegistry.get_agent_metadata()
AgentRegistry.list_agents()
AgentRegistry.get_agents_by_app()
AgentRegistry.is_registered()
AgentRegistry.count()
AgentRegistry.clear()
AgentRegistry.autodiscover()
AgentRegistry.export_metadata()
AgentRegistry.__repr__()
autodiscover()
get_registry()
AuditReport
AuditReport.format
AuditReport.sections
AuditReport.total_issues
AuditReport.total_warnings
AuditReport.total_suggestions
AuditReport.__init__()
AuditReport.add_section()
AuditReport.generate()
AuditReport.get_summary()
BaseAuditor
BaseAuditor.critical
BaseAuditor.warnings
BaseAuditor.suggestions
BaseAuditor.good_practices
BaseAuditor.__init__()
BaseAuditor.audit()
BaseAuditor.get_result()
CodebaseAuditor
CodebaseAuditor.audit()
TestsAuditor
TestsAuditor.audit()
AppsAuditor
AppsAuditor.audit()
SettingsAuditor
SettingsAuditor.audit()
ProductionAuditor
ProductionAuditor.audit()
DatabaseAuditor
DatabaseAuditor.audit()
ServerAuditor
ServerAuditor.audit()
DjangoAgentsConfig
Application configuration for django-agents.
Classes
DjangoAgentsConfig(app_name, app_module)
App configuration for django-agents.
Runs once the application is ready.
Use this hook to register signals or perform custom initialisation.