Files
herolib/lib/develop/heroprompt
Mahmoud-Emad 14771ed944 feat: add heroprompt module for prompt generation
- Introduce sessions and workspaces for managing context
- Allow adding directories and selecting files
- Generate structured prompts with file maps and content
- Add example script and a prompt template
- Define core data models like `HeropromptWorkspace`
2025-08-13 20:13:01 +03:00
..
2025-08-13 14:17:29 +03:00
2025-08-13 14:17:29 +03:00

heroprompt

To get started



import freeflowuniverse.herolib.clients. heroprompt

mut client:= heroprompt.get()!

client...




example heroscript

!!heroprompt.configure
    secret: '...'
    host: 'localhost'
    port: 8888