Overview
Feed is Wegent's automated task execution feature that allows AI agents to automatically execute tasks based on scheduled times or events, displaying results in a social media-like timeline format.
π Core Conceptsβ
What is a Subscriptionβ
A Subscription is the core of the Feed feature, defining:
- What to execute: The Prompt template to run
- Who executes: Which agent to use
- When to execute: Trigger conditions (scheduled, interval, event, etc.)
- How to execute: Timeout, retry, and other configurations
Subscription = Prompt Template + Agent + Trigger Condition + Execution Config
Execution Recordsβ
Each time a subscription triggers, it creates an Execution record containing:
- Execution status (pending, running, completed, failed, etc.)
- AI-generated result summary
- Complete conversation history
- Execution time and duration
π― Main Featuresβ
1. Activity Timelineβ
Display all subscription executions in a social media-style feed:
- Grouped by time (today, yesterday, this week, earlier)
- Real-time status updates
- Expandable AI-generated summaries
- Quick navigation to full conversations
2. Subscription Managementβ
Create and manage your own subscriptions:
- Multiple trigger types (cron, interval, one-time, webhook)
- Flexible Prompt templates (with variable support)
- Optional code repository configuration
- Model override options
3. Discover & Followβ
Discover public subscriptions from other users:
- Browse public subscriptions
- Follow interesting subscriptions
- View followed subscription results in your timeline
4. Subscription Marketβ
Rent subscriptions from the market:
- Browse market subscriptions
- Customize trigger configuration
- Use your own model for execution
π Documentation Navigationβ
| Document | Description |
|---|---|
| Creating Subscriptions | How to create and configure subscriptions |
| Trigger Types | Detailed explanation of trigger types |
| Activity Timeline | Viewing and managing execution activities |
| Discover & Market | Discovering, following, and renting subscriptions |
π Quick Startβ
Create Your First Subscriptionβ
- Navigate to the Feed page
- Click Create Subscription
- Fill in basic information:
- Name: e.g., "Daily News Summary"
- Select an agent
- Set trigger type (e.g., daily at 9 AM)
- Write Prompt template
- Click Create
View Execution Resultsβ
After creation, the subscription will automatically execute at scheduled times:
- View the activity timeline in the All tab
- Click on execution records to view AI summaries
- Click "View Conversation" to see full content
π‘ Use Casesβ
Information Collectionβ
- Daily News Summary: Aggregate industry news every morning
- Competitor Monitoring: Regularly analyze competitor activities
- Data Reports: Generate weekly data analysis reports
Execution Tasksβ
- Code Review: Periodically check code quality
- Documentation Updates: Automatically update project documentation
- Automated Testing: Run tests regularly and report results
Event-Drivenβ
- Webhook Integration: Receive and process external system notifications
- Git Push Trigger: Automatically execute tasks after code commits
π Related Resourcesβ
- Agent Settings - Configure agents for task execution
- Configuring Models - Set up AI models
- Creating Conversations - Manual conversations with agents