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

Latest commit

 

History

History
22 lines (14 loc) · 974 Bytes

File metadata and controls

22 lines (14 loc) · 974 Bytes

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