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/__main__.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/paths.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/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/resources/models.yaml
src/writingagent/resources/gold/academic.md
src/writingagent/resources/gold/business.md
src/writingagent/resources/gold/children.md
src/writingagent/resources/gold/copywriting.md
src/writingagent/resources/gold/genre-fiction.md
src/writingagent/resources/gold/journalism.md
src/writingagent/resources/gold/literary-fiction.md
src/writingagent/resources/gold/nonfiction.md
src/writingagent/resources/gold/poetry.md
src/writingagent/resources/gold/screenplay.md
src/writingagent/resources/gold/technical.md
src/writingagent/resources/personas/aesopian.md
src/writingagent/resources/personas/austen-ironic.md
src/writingagent/resources/personas/bedtime-storyteller.md
src/writingagent/resources/personas/bronte-romantic.md
src/writingagent/resources/personas/byronic.md
src/writingagent/resources/personas/carrollian.md
src/writingagent/resources/personas/chekhovian.md
src/writingagent/resources/personas/confessional-essayist.md
src/writingagent/resources/personas/conradian.md
src/writingagent/resources/personas/contrarian-optimist.md
src/writingagent/resources/personas/cultural-critic.md
src/writingagent/resources/personas/deadpan-technical.md
src/writingagent/resources/personas/dickensian.md
src/writingagent/resources/personas/dickinsonian.md
src/writingagent/resources/personas/dostoevskian.md
src/writingagent/resources/personas/emersonian.md
src/writingagent/resources/personas/epic-fantasy.md
src/writingagent/resources/personas/firebrand-essayist.md
src/writingagent/resources/personas/gibbonian.md
src/writingagent/resources/personas/gogolian.md
src/writingagent/resources/personas/hard-boiled-minimalist.md
src/writingagent/resources/personas/homeric.md
src/writingagent/resources/personas/investigative-longform.md
src/writingagent/resources/personas/jamesian.md
src/writingagent/resources/personas/kafkaesque.md
src/writingagent/resources/personas/lucid-explainer.md
src/writingagent/resources/personas/lyrical-maximalist.md
src/writingagent/resources/personas/melvillean.md
src/writingagent/resources/personas/miltonic.md
src/writingagent/resources/personas/montaigne-essayist.md
src/writingagent/resources/personas/newsletter-confidant.md
src/writingagent/resources/personas/nietzschean.md
src/writingagent/resources/personas/plainspoken-pragmatist.md
src/writingagent/resources/personas/poe-gothic.md
src/writingagent/resources/personas/punchy-copywriter.md
src/writingagent/resources/personas/scholarly-lucid.md
src/writingagent/resources/personas/shakespearean.md
src/writingagent/resources/personas/snappy-screenwriter.md
src/writingagent/resources/personas/swiftian.md
src/writingagent/resources/personas/thoreauvian.md
src/writingagent/resources/personas/tolstoyan.md
src/writingagent/resources/personas/twain-vernacular.md
src/writingagent/resources/personas/warm-mentor.md
src/writingagent/resources/personas/whitmanesque.md
src/writingagent/resources/personas/wildean.md
src/writingagent/resources/personas/wry-skeptic.md
src/writingagent/resources/seeds/skills/claims-and-evidence.md
src/writingagent/resources/seeds/skills/diagrams-as-code.md
src/writingagent/resources/seeds/skills/figure-captions-and-callouts.md
src/writingagent/resources/seeds/skills/humanize-prose.md
src/writingagent/resources/seeds/skills/information-architecture.md
src/writingagent/resources/seeds/skills/no-ai-slop.md
src/writingagent/resources/seeds/skills/prose-craft.md
src/writingagent/resources/seeds/skills/prose-critique.md
src/writingagent/resources/seeds/skills/runnable-code-examples.md
src/writingagent/resources/seeds/skills/story-architecture.md
src/writingagent/resources/seeds/skills/technical-explanation.md
src/writingagent/resources/seeds/skills/web-image-attribution.md
src/writingagent/resources/seeds/skills/writing-principles.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_bundled_resources.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