Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/src/content/docs/samples/research-planning.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,22 @@ Update planning issues for team coordination and priority alignment.
- **Why it's valuable**: Ensures project plans stay current and accessible to all team members
- **Learn more**: [Daily Plan Documentation](https://github.com/githubnext/agentics/blob/main/docs/daily-plan.md)

### 🔍 Basic Research
Perform simple web research and summarization using Tavily.

- **What it does**: Searches for information on a given topic, analyzes results, and creates a summary with key findings
- **Why it's valuable**: Automates research tasks and provides structured summaries with relevant sources
- **Trigger**: Manual via workflow_dispatch with research topic input
- **Workflow file**: `.github/workflows/research.md`

### 🔍 MCP Inspector
Systematically audit and document all MCP server configurations.

- **What it does**: Analyzes all MCP configuration files, extracts server details, and generates comprehensive inventory reports
- **Why it's valuable**: Maintains visibility into available MCP servers, their capabilities, and configuration status
- **Trigger**: Weekly on Mondays at 10am UTC, or manual via workflow_dispatch
- **Workflow file**: `.github/workflows/mcp-inspector.md`

> [!WARNING]
> GitHub Agentic Workflows is a research demonstrator, and not for production use.

Loading