src.brag
Generate and maintain a brag document automatically from your GitHub contributions, powered by AI.
Modules:
Name | Description |
---|---|
agents |
A model for generating a brag document from a list of documents. |
batching |
Batch text chunks together to fit within a model's context window. |
cli |
Command-line interface for the brag application. |
models |
Model definitions for AI providers and their models. |
progress |
Helper functions for tracking the progress of long-running operations. |
repository |
Defines a data structure for representing a repository. |
sources |
Sources of data. |
text_formatters |
Utilities for formatting text. |
tokens |
Estimate the number of tokens in a text. |