[console_scripts]
pyharness = pyharness.cli:app

[pyharness.plugins]
builtin = pyharness.plugins.builtin
context-compaction = pyharness.plugins.context_compaction
fs = pyharness.plugins.tool_fs
guard-approval = pyharness.plugins.guard_approval
llm = pyharness.plugins.llm.entry
mcp = pyharness.plugins.mcp_client
memory = pyharness.plugins.session_store
subagent = pyharness.plugins.tool_subagent
ui-cli = pyharness.plugins.ui_cli
web = pyharness.plugins.tool_web
workflow = pyharness.plugins.workflow
