[attune.memory_backends]
file = attune.memory.file_session:FileSessionMemory
redis = attune_redis.memory:AMSMemoryBackend

[attune.plugins]
redis = attune_redis.plugin:RedisPlugin
software = attune_software.plugin:SoftwarePlugin

[attune.wizards]
debug = attune.wizards.builtin.debug_wizard:DebugWizard
refactor = attune.wizards.builtin.refactor_wizard:RefactorWizard
release-prep = attune.wizards.builtin.release_prep_wizard:ReleasePrepWizard
security = attune.wizards.builtin.security_wizard:SecurityWizard
test-gen = attune.wizards.builtin.test_gen_wizard:TestGenWizard

[attune.workflows]
bug-predict = attune.workflows.bug_predict:BugPredictionWorkflow
code-review = attune.workflows.code_review:CodeReviewWorkflow
dependency-check = attune.workflows.dependency_check:DependencyCheckWorkflow
doc-audit = attune.workflows.doc_audit:DocAuditWorkflow
doc-gen = attune.workflows.document_gen:DocumentGenerationWorkflow
perf-audit = attune.workflows.perf_audit:PerformanceAuditWorkflow
refactor-plan = attune.workflows.refactor_plan:RefactorPlanWorkflow
release-prep = attune.agents.release.release_prep_team:ReleasePrepTeamWorkflow
secure-release = attune.workflows.secure_release:SecureReleasePipeline
security-audit = attune.workflows.security_audit:SecurityAuditWorkflow
test-audit = attune.workflows.test_audit:TestAuditWorkflow
test-gen = attune.workflows.test_gen:TestGenerationWorkflow

[console_scripts]
attune = attune.cli_minimal:main

[empathy_framework.plugins]
software = attune_software.plugin:SoftwarePlugin
