LICENSE
README.md
pyproject.toml
src/writing_agent.egg-info/PKG-INFO
src/writing_agent.egg-info/SOURCES.txt
src/writing_agent.egg-info/dependency_links.txt
src/writing_agent.egg-info/entry_points.txt
src/writing_agent.egg-info/requires.txt
src/writing_agent.egg-info/top_level.txt
src/writingagent/__init__.py
src/writingagent/api.py
src/writingagent/brain.py
src/writingagent/cache.py
src/writingagent/compositor.py
src/writingagent/concurrency.py
src/writingagent/config.py
src/writingagent/craft.py
src/writingagent/deep_research.py
src/writingagent/diagram.py
src/writingagent/embeddings.py
src/writingagent/emotions.py
src/writingagent/exemplars.py
src/writingagent/export.py
src/writingagent/fields.py
src/writingagent/humanizer.py
src/writingagent/images.py
src/writingagent/llm.py
src/writingagent/nodes.py
src/writingagent/personas.py
src/writingagent/polish.py
src/writingagent/promote.py
src/writingagent/prompts.py
src/writingagent/providers.py
src/writingagent/registers.py
src/writingagent/render.py
src/writingagent/retrieval.py
src/writingagent/schemas.py
src/writingagent/search.py
src/writingagent/seo.py
src/writingagent/skills.py
src/writingagent/slop.py
src/writingagent/store.py
src/writingagent/surgery.py
src/writingagent/telemetry.py
src/writingagent/ui.py
src/writingagent/agentic/__init__.py
src/writingagent/agentic/_schema.py
src/writingagent/agentic/controller.py
src/writingagent/agentic/learn.py
src/writingagent/agentic/panels.py
src/writingagent/agentic/policy.py
src/writingagent/agentic/runner.py
src/writingagent/agentic/tools.py
src/writingagent/agentic/trace.py
src/writingagent/cli/__init__.py
src/writingagent/cli/_common.py
src/writingagent/cli/app.py
src/writingagent/cli/commands.py
src/writingagent/cli/create.py
src/writingagent/cli/export.py
src/writingagent/cli/interview.py
src/writingagent/gold/academic.md
src/writingagent/gold/business.md
src/writingagent/gold/children.md
src/writingagent/gold/copywriting.md
src/writingagent/gold/genre-fiction.md
src/writingagent/gold/journalism.md
src/writingagent/gold/literary-fiction.md
src/writingagent/gold/nonfiction.md
src/writingagent/gold/poetry.md
src/writingagent/gold/screenplay.md
src/writingagent/gold/technical.md
src/writingagent/orchestrator/__init__.py
src/writingagent/orchestrator/article.py
src/writingagent/orchestrator/book.py
src/writingagent/orchestrator/common.py
src/writingagent/orchestrator/export.py
src/writingagent/orchestrator/manage.py
src/writingagent/orchestrator/review.py
src/writingagent/personas/aesopian.md
src/writingagent/personas/austen-ironic.md
src/writingagent/personas/bedtime-storyteller.md
src/writingagent/personas/bronte-romantic.md
src/writingagent/personas/byronic.md
src/writingagent/personas/carrollian.md
src/writingagent/personas/chekhovian.md
src/writingagent/personas/confessional-essayist.md
src/writingagent/personas/conradian.md
src/writingagent/personas/contrarian-optimist.md
src/writingagent/personas/cultural-critic.md
src/writingagent/personas/deadpan-technical.md
src/writingagent/personas/dickensian.md
src/writingagent/personas/dickinsonian.md
src/writingagent/personas/dostoevskian.md
src/writingagent/personas/emersonian.md
src/writingagent/personas/epic-fantasy.md
src/writingagent/personas/firebrand-essayist.md
src/writingagent/personas/gibbonian.md
src/writingagent/personas/gogolian.md
src/writingagent/personas/hard-boiled-minimalist.md
src/writingagent/personas/homeric.md
src/writingagent/personas/investigative-longform.md
src/writingagent/personas/jamesian.md
src/writingagent/personas/kafkaesque.md
src/writingagent/personas/lucid-explainer.md
src/writingagent/personas/lyrical-maximalist.md
src/writingagent/personas/melvillean.md
src/writingagent/personas/miltonic.md
src/writingagent/personas/montaigne-essayist.md
src/writingagent/personas/newsletter-confidant.md
src/writingagent/personas/nietzschean.md
src/writingagent/personas/plainspoken-pragmatist.md
src/writingagent/personas/poe-gothic.md
src/writingagent/personas/punchy-copywriter.md
src/writingagent/personas/scholarly-lucid.md
src/writingagent/personas/shakespearean.md
src/writingagent/personas/snappy-screenwriter.md
src/writingagent/personas/swiftian.md
src/writingagent/personas/thoreauvian.md
src/writingagent/personas/tolstoyan.md
src/writingagent/personas/twain-vernacular.md
src/writingagent/personas/warm-mentor.md
src/writingagent/personas/whitmanesque.md
src/writingagent/personas/wildean.md
src/writingagent/personas/wry-skeptic.md
src/writingagent/shell/__init__.py
src/writingagent/shell/_const.py
src/writingagent/shell/branding.py
src/writingagent/shell/chat.py
src/writingagent/shell/commands.py
src/writingagent/shell/dashboard.py
src/writingagent/shell/dispatch.py
src/writingagent/shell/help.py
src/writingagent/shell/repl.py
src/writingagent/shell/session.py
src/writingagent/shell/slash.py
src/writingagent/webui/__init__.py
src/writingagent/webui/server.py
src/writingagent/webui/static/index.html
tests/test_agentic.py
tests/test_agentic_tui.py
tests/test_api.py
tests/test_article.py
tests/test_compositor.py
tests/test_config.py
tests/test_craft_engine.py
tests/test_data_layer.py
tests/test_deep_research.py
tests/test_diagram.py
tests/test_export.py
tests/test_export_formats.py
tests/test_export_path.py
tests/test_hardening.py
tests/test_pipeline.py
tests/test_polish.py
tests/test_production_guards.py
tests/test_promotion.py
tests/test_providers.py
tests/test_quality.py
tests/test_retrieval.py
tests/test_shell_chat.py
tests/test_skills.py
tests/test_smart_input.py
tests/test_store.py
tests/test_support.py
tests/test_themes.py
tests/test_token_efficiency.py
tests/test_ui.py
tests/test_ux.py
tests/test_web.py
tests/test_webui.py
tests/test_write_flow.py