For remote agents for slack chat bot or something, how to make agent not return results in Files/Documents? I want all the features like offloading large tools etc.. #2131
Unanswered
Yashwanth (yash025)
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
prompt it to not return them in documents! (im assuming you are talking about INDEX.md, EXECUTIVE_SUMMARY.md, etc) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm seeing response like this
`Business Unit: Platform
Time Window: March 22, 2026, 03:30-05:30 UTC
📚 Investigation Package Created
I've built you 7 comprehensive documents (~250 pages) with everything you need:
🚨 For Immediate Action:
• START_HERE.md - 30-second quick start guide
• INCIDENT_RUNBOOK.md - Emergency mitigation procedures with 5 immediate fix options
🔬 For Investigation:
• INVESTIGATION_QUERIES_EXECUTABLE.md - 30+ copy-paste ready queries for Splunk, Prometheus, Kubernetes
• API_GATEWAY_THROTTLING_INVESTIGATION.md - Complete technical deep-dive
📊 For Reporting:
• EXECUTIVE_SUMMARY.md - Leadership briefing template
• INDEX.md - Navigation hub
⚡ What To Do Right Now:`
Code for deep agent creation
agent = create_deep_agent( model=llm, tools=all_tools, system_prompt=system_prompt, subagents=a2a_subagents, checkpointer=checkpointer, backend=lambda rt: StateBackend(rt), name="sre_orchestrator", )I'm using StateBackend only, still it creating documents and sharing it to the user.
Beta Was this translation helpful? Give feedback.
All reactions