nero_ask
Send a message to a persistent agent that remembers prior conversation and can use tools to perform tasks.
Instructions
Send a message to a persistent agent and receive its response. The agent remembers all prior conversation. It can use tools (read files, search, run commands) to do real work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | Yes | Name of the agent to message | |
| message | Yes | The message/question/instruction to send | |
| include_memory | No | If true, inject current shared memory bus contents into the message context |