allowed agent calling within an agent

This commit is contained in:
Shayan Rais
2025-11-03 20:50:10 +05:00
parent 0b7e7dd440
commit 4d7f1d9e6e
6 changed files with 197 additions and 21 deletions
+3 -3
View File
@@ -20,7 +20,7 @@ see the table in @PROMPTS.md of Agent Invocation and Command Invocation and cros
| From | How | Example |
|----------------------|------------------------|-------------------------------------|
| Claude CLI | Prompt | use the weather command to fetch the weather |
| Claude CLI | /command-name | /weather |
| /agents/Agents.md | SlashCommand tool | SlashCommand(command="/weather Karachi") |
| Another /command | SlashCommand tool | SlashCommand(command="/weather Karachi") |
| Claude CLI | /command-name | /weather-karachi |
| /agents/Agents.md | SlashCommand tool | SlashCommand(command="/weather-karachi") |
| Another /command | SlashCommand tool | SlashCommand(command="/weather-karachi") |