Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

[DOC] Document the GithubAgent Feature (Run ID: codestoryai_aide_issue_1291_98003b59) #1292

Open
wants to merge 2 commits into
base: cs-main
Choose a base branch
from
Open
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
22 changes: 22 additions & 0 deletions github/GithubAgent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# GitHub Agent Documentation

## Overview

This document provides information about proactive agents in the repository, based on available documentation and code exploration.

## Proactive Agents

According to the README.md, the project includes support for proactive agents:

> The system also supports proactive agents that can take initiative to help users with their work. For example, an agent might notice that a user is working on a particular task and offer suggestions or resources that could be helpful.

These proactive agents are designed to:
- Monitor user activities
- Provide contextual assistance
- Offer suggestions without explicit user prompting

## Implementation Notes

- The codebase contains references to proactive agent functionality in various components
- Agent providers are implemented in the extensions/codestory/src/completions/providers directory
- Specific GitHub-related agent functionality may be part of the broader proactive agent system