dropthejase rebuilds Louis on AWS's agent runtime
The fork swaps upstream's straightforward LLM-plus-tools setup for a full agent stack running on Amazon's Bedrock AgentCore.
dropthejase has carved out a dedicated agent workspace inside Louis and given it a real toolbox: read, find, list and fetch documents; generate Word files; edit documents with proper tracked changes; replicate documents; and browse workflows. The pieces share a citations library and document-context builders, so answers can point back to the source rather than float free.
The plumbing is just as deliberate. The agent runs on Bedrock AgentCore (AWS's hosted runtime for tool-using agents), authenticates users from their login token, hooks into a credits system, and has been migrated off Supabase onto Aurora - Amazon's managed Postgres - with a locked-down execution role for logging and model access. The tool definitions and citations library are the parts most easily lifted into other forks; the runtime wiring only matters if you're going all-in on AWS.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?