This repository has been archived on 2025-08-04. You can view files and clone it, but cannot push or open issues or pull requests.
heroagent_go_old/aiprompts/instructions/isnttuction_handlers2.md
2025-04-23 04:18:28 +02:00

10 lines
342 B
Markdown

in pkg/handlerfactory
create a handler for the process manager
the code of process manager is in pkg/processmanager/processmanager.go
make a directory per handler and call processmanager underneith handlerfactory
inspiration how to do it comes from pkg/handlerfactory/cmd/vmhandler/vm_handler.go
how to use heroscript is in pkg/heroscript