Skip to content
Draft
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions docs/faq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# FAQ

## What is this project?

This site collects guidance for using AI to assist with curation workflows.

## How can I contribute?

Contributions are welcome via pull requests on the project's GitHub repository.
10 changes: 9 additions & 1 deletion docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## AI Agent

An agent is a program that allows AI models to call [tools](#tool) to achieve some objective.
An agent is a program that allows AI models to call [tools](#tool) to achieve some objective.

## Tool

A software capability or utility that an AI agent can invoke to perform a specific task, such as reading files, running code, or querying a service.

## Agentic Coding Tool

An environment or application that enables an AI system to modify code or other files using natural language commands.

## CBORG

Expand Down
2 changes: 1 addition & 1 deletion docs/how-tos/instruct-github-agent.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# AI Instructors Guide: GitHub Agents

This is a guide for instructing the [AI agent](../glossary.md#ai-agent) that lives in GitHub repo. This assumes your AI controller has [set up [GitHub actions](../glossary.md#github-actions)](set-up-github-actions) in your repo.
This is a guide for instructing the [AI agent](../glossary.md#ai-agent) that lives in GitHub repo. This assumes your AI controller has [set up [GitHub actions](../glossary.md#github-actions)](set-up-github-actions.md) in your repo.

## How it works

Expand Down
1 change: 1 addition & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* Additional customization styles */