Agent Tasks
You can interact with your agents in three main ways: chat in real time, run bulk jobs, or schedule tasks for later. This page walks you through each option and when to use it.
Task Interaction Methods
Method | Description |
---|---|
Chat Interface | Talk to your agent in real time. Test prompts, debug logic, and review outputs directly. |
Bulk Operations | Run multiple tasks with one configuration using CSV upload or manual input. |
Scheduled Tasks | Set your agent to run at specific intervals or times automatically. |
Chat Interface
Use the built-in chat to talk to your deployed agent.
Heads-up
Requirements
- Agent must be deployed
- Chat button must be enabled
- Max 8000 characters per message
Tip
Chat Interface Features
Automatic Long Text Handling
- Character limit: 8000 per message (as existing)
- Auto-attachment conversion: Text exceeding 4000 characters when pasted is automatically converted to a downloadable .txt attachment
- Attachment features:
- Preview functionality
- Remove option
- Content preservation
- Incremental typing: Typing that exceeds 4000 characters gradually does not trigger auto-conversion
- Edge case: Exactly 4000 characters remain as text; 4001+ characters convert to attachment
Attachment Management
- File types: .txt files for long text content
- Removal: Remove attachment if needed before sending
Note: This feature helps manage long conversations and prevents issues with extremely long message inputs while maintaining chat history accessibility.
Bulk Operations
Use this when you want to send multiple items to the same endpoint for processing.
Single Task
- Open Agent Settings
- Select an endpoint
- Click
Call
- Enter your input
- Click
Call Endpoint
Run in Bulk
- Open the same endpoint in Agent Settings
- Click
Bulk Work
- Choose data input method:
Add Row
for manual entry- Upload
.csv
file for batch processing
- Run operations:
- Use
Run
for one row - Use
Run in Bulk
for all
- Use
CSV Format
Scheduled Tasks
Automate task execution using the built-in scheduler.
INFO
Requirements
- Agent must be deployed
- Endpoint must be correctly configured
- Permissions must be in place
Create a Routine
One-Time
- Go to Agent Settings
- Click
Add New
under the Schedule section - Choose an endpoint and set inputs
- Choose
No Repeat
- Click
Done
Repeating
- Follow the same steps
- Select
Repeat
- Define schedule:
- Repeat Every
- Repeat On (days)
- End Condition
- Name your routine or leave as-is
- Click
Done
Routine Details
Select a routine to review key data:
- Info Tab: Name, endpoint, next run
- Triggers Tab: Run history
- Logs Tab: Opens in Logs Explorer
Stay Consistent
What’s Next
Once you’ve explored task interaction options:
- Learn how to debug your agents
- Review Logs to trace workflows and errors
- See how to deploy agents to different surfaces