reporting
Reporting & Data Distribution
Report Types
| Type | Data Sources | Typical Schedule |
|---|---|---|
| Daily Summary | journal.md, tasks.md, cron logs | 0 18 * * MON-FRI |
| Project Status | orchestration.md, git log, test results | On-demand or weekly |
| Monitoring Report | monitors.md, notify history | 0 9 * * MON |
| Custom Report | Any combination | On-demand |
Data Gathering
From memory files
Read .aiter/memory/tasks.md → pending/completed task counts
More from within-7/aiter
notifications
Multi-target notification system. Send app, IM, and webhook notifications with priority levels, quiet hours, and history tracking.
2tunnels
Tunnel lifecycle management. Create, monitor, and close tunnels for sharing local services publicly. Integrate with file servers for report and preview sharing.
1memory
Persistent memory system for the AiTer Agent. File formats, read/write patterns, search techniques, and maintenance rules for tasks, knowledge, contacts, journal, orchestration state, monitors, and configuration.
1aiter-control
Control AiTer terminal client via CLI commands. Create projects, manage terminals, read/write terminal output, and coordinate multi-agent workflows.
1orchestration
Multi-project orchestration patterns. Plan format, inter-agent communication protocol, dispatch workflow, task templates, monitoring loops, and persistent state tracking via memory files.
1platform-core
Foundation skill for the AiTer Agent Platform. Provides identity framework, autonomous decision rules, environment detection, full AiTer CLI command reference across all 11 namespaces, and persistent memory basics.
1