PM-Agent Training
Guide for configuring and optimizing PM-Agent for your domain.
Configuration Basics
1. Knowledge Base Setup
1
2
3
4
5
6
| knowledge_base:
context: your-domain
sources:
- domain_concepts
- past_cases
- member_profiles
|
2. Assignment Rules
1
2
3
4
| assignment_rules:
- capability_match
- workload_balance
- authority_check
|
3. Sentry Evaluation
1
2
3
| sentry_evaluation:
frequency: on_task_complete
auto_activate: true
|
Advanced Configuration
Custom Assignment Logic
1
2
3
4
| custom_rules:
- name: domain_expert_required
condition: task.complexity > 0.8
action: assign_to_human_expert
|
Learning from History
1
2
3
4
| learning:
enabled: true
sources: [past_assignments, outcomes]
update_frequency: weekly
|
Monitoring and Optimization
Key Metrics
- Assignment accuracy
- Sentry evaluation latency
- Task completion rate
- Manual override rate
Optimization Tips
- Review assignment logs weekly
- Refine rules based on outcomes
- Keep Knowledge Base current
- Trust PM-Agent for routine tasks
Last Updated: January 2026