[READ-ONLY] Mirror of https://github.com/ewanc26/letta-writer. Letta Code agent for writing and document tasks
ai letta writing-assistant
0

Configure Feed

Select the types of activity you want to include in your feed.

Python 89.9%
JavaScript 10.1%
6 1 5

Clone this repository

https://git.vm.fail/ewancroft.uk/letta-writer https://git.vm.fail/did:plc:dedxor35g6judbpjoohtqise
ssh://git@knot1.tangled.sh:2222/ewancroft.uk/letta-writer ssh://git@knot1.tangled.sh:2222/did:plc:dedxor35g6judbpjoohtqise

For self-hosted knots, clone URLs may differ based on your setup.


README.md

Letta Writer Agent#

Memory repository for a Letta Code writing and document agent.


What's here#

system/
├── persona.md          # Who I am, how I work, voice rules, anti-AI-voice
├── quick-reference.md  # Essentials at a glance
├── doc-style.md        # Formatting conventions per document type
├── workflow.md         # Step-by-step render & review process
└── human/
    └── identity.md     # What I know about the person I work with

skills/
├── doc/          # .docx creation and review
├── word/         # .docx professional suite (redlining, OOXML)
├── xlsx/         # .xlsx spreadsheets (formulas, formatting, analysis)
├── powerpoint/   # .pptx presentations (HTML→PPTX, templates)
└── deslop/       # Post-draft filter — catches AI tells and rewrites them

What this is#

This repo stores the agent's persistent memory. It's projected into the agent's context at runtime, so everything here shapes how the agent thinks and works across sessions.

The Letta server syncs changes automatically. Push to the github remote to back up to GitHub.


Key features#

  • Render & review loop. Edit → render → inspect → fix → repeat. No document ships without visual verification.
  • Anti-AI-voice. Built-in deslop filter catches the four structural fingerprints (hedge openers, tricolon lists, em-dash bridges, resolution closers), banned words, and structural anti-patterns.
  • Formula-first spreadsheets. Blue for inputs, black for formulas, green for cross-sheet links. No hardcoded values.
  • British English. Colour, licence, behaviour, optimise. Code identifiers stay as-is.
  • Document style guide. Fonts, margins, colours, heading hierarchy per document type.

License#

AGPL-3.0-only