I'd like to request a feature that allows AI agents to trigger and communicate with other AI agents directly from within their system prompts.
Currently, the platform allows users to tag an agent in the chat interface, but there's no native capability for agents to autonomously initiate communication with other specialized agents when needed.
This would enable creating hierarchical or collaborative agent networks where:
A primary agent could recognize when it needs specialized knowledge
The primary agent could trigger a secondary agent with specific expertise
The secondary agent would provide its specialized input
The primary agent would incorporate this input into its final response
Similar to how users can use "@" in the chat interface, agents should be able to reference other agents within their system prompts with directives like:
If you need code information, request data from @CodeAgent
This would extend the current multi-agent workflows to be more autonomous and embedded within the agent's decision-making process.