Skip to content

Comments

seed default SOUL and IDENTITY files for new agents#145

Draft
jamiepine wants to merge 1 commit intomainfrom
feat/default-identity-templates
Draft

seed default SOUL and IDENTITY files for new agents#145
jamiepine wants to merge 1 commit intomainfrom
feat/default-identity-templates

Conversation

@jamiepine
Copy link
Member

Summary

  • seed new-agent SOUL.md from a Jinja template (prompts/en/identity/default_soul.md.j2) instead of a placeholder comment
  • add a short starter IDENTITY.md Jinja template (prompts/en/identity/default_identity.md.j2) and render both templates during identity scaffolding
  • update docs to describe the new defaults for SOUL.md, IDENTITY.md, and USER.md

Code Example

const DEFAULT_SOUL_TEMPLATE: &str = include_str!("../../prompts/en/identity/default_soul.md.j2");
const DEFAULT_IDENTITY_TEMPLATE: &str =
    include_str!("../../prompts/en/identity/default_identity.md.j2");

let rendered_soul = render_jinja_template("default_soul", DEFAULT_SOUL_TEMPLATE)?;
let rendered_identity = render_jinja_template("default_identity", DEFAULT_IDENTITY_TEMPLATE)?;

@jamiepine jamiepine marked this pull request as ready for review February 22, 2026 20:28
@jamiepine
Copy link
Member Author

need to revise the default SOUL to not be discord oriented

@jamiepine jamiepine marked this pull request as draft February 22, 2026 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant