Custom & non-coding agent support: profiles, traces, demos, docs#33
Merged
Conversation
…ew demo content - Added a new section for Custom & Non-Coding Agents in the guides to support various workflows. - Updated the README to reflect changes in the project focus and improved descriptions. - Introduced new demo guides for Compliance, Research, and Incident Ops, showcasing realistic agent traces and their context extraction. - Added new example traces for compliance and research workflows. - Included visual assets to enhance documentation clarity.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Makes Lerim genuinely custom-agent friendly across verticals beyond coding. Adds first-class support for support, incident/security, research, and compliance workflows alongside the existing coding-agent path. All OSS-only — no enterprise features.
What changed
New bundled signal profiles (in code):
research— research/market-intelligence agent tracescompliance— compliance/legal/regulatory review traces_PROFILE_FILES;lerim profile listnow shows 6 bundled profiles4 realistic example traces (replacing the 2-line toys):
support-agent-run.jsonl,incident-agent-run.jsonl(expanded to 8 events each)research-analyst-run.jsonl,compliance-review-run.jsonl(new)4 before/after demo guides with real extracted output:
support-ops-demo.md,incident-ops-demo.md(rewritten),research-demo.md,compliance-demo.md(new)New front-door doc:
docs/guides/custom-agents.md— the path for non-coding agents from profile → clean trace → import → query.Redaction helper:
scripts/redact_trace.py— defense-in-depth secret/PII stripping (14 patterns), with a "not a compliance boundary" disclaimer.Docs/nav/README: nav updated (3 new entries),
examples/index.mdextended, README "Custom & Non-Coding Agents" section with the improvement-loop diagram.Visuals: improvement-loop diagram added (
lerim-agent-improvement-loop.png); two existing SVGs updated (OpenClaw/Hermes logos → neutral Support/Research agent icons); dead symbol defs removed.Positioning: consistent "open core captures/compiles/cites; private layer specializes" framing across all guides.
Validation
lerim profile list)mkdocs build --strictpasses