Skip to main content

Coauthor Python Project

Project description

Coauthor AI Agent

Documentation Status pipeline status coverage report PyPI version Pyversions Code style: black

Coauthor is a versatile AI agent designed to seamlessly integrate into any project without being restricted to a particular tool or IDE. It functions as a co-author, operating in the background to monitor files and respond to instructions for collaboratively producing documentation, code, configuration, and more.

The agent is powered by a simple task engine that allows you to define workflows—collections of tasks that are executed in sequence when certain conditions, such as file or directory changes, are met. This task engine is enhanced by the Jinja templating engine, providing extensive control over system and user prompts.

Installing

:start-after:

To install Coauthor run the following command:

pip install coauthor

Configuration .coauthor.yml

To do anything meaningful with coauthor you have to create a configuration file .coauthor.yml. For example in the root of a folder that contains Obsidian markdown files. Refer to the documentation website for more information.

Command line usage

Create a file .coauthor.yml in the root of your project, for example in a Obsidian project where all my Obsidian vaults are in directory vaults:

Start Coauthor run the following commands:

export OPENAI_API_KEY=<you api key>
export OPENAI_API_URL=https://openrouter.ai/api/v1
coauthor --watch

To see command line options, run coauthor --help.

Model Override

You can override the default AI model using the COAUTHOR_MODEL environment variable:

# Use a different model
export COAUTHOR_MODEL="openai/gpt-4"
coauthor --watch

# Or use with a local AI service
export COAUTHOR_MODEL="llama2:latest"
coauthor --watch

This is particularly useful when using profiles that don't specify a model or when testing with different AI services.

Using with Jira

To enable Jira integration, configure authentication:

# Using Personal Access Token (recommended)
export COAUTHOR_JIRA_PAT=your_personal_access_token
export COAUTHOR_JIRA_URL=https://your-jira-instance.com

# Or using username/password (legacy)
export COAUTHOR_JIRA_USERNAME=your_username
export COAUTHOR_JIRA_PASSWORD=your_password
export COAUTHOR_JIRA_URL=https://your-jira-instance.com

See Jira Configuration for detailed setup instructions.

Contributing

This project welcomes contributions and suggestions. For details, visit the repository's Contributor Page.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coauthor-0.1.8.tar.gz (187.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

coauthor-0.1.8-py3-none-any.whl (109.6 kB view details)

Uploaded Python 3

File details

Details for the file coauthor-0.1.8.tar.gz.

File metadata

  • Download URL: coauthor-0.1.8.tar.gz
  • Upload date:
  • Size: 187.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.33.1

File hashes

Hashes for coauthor-0.1.8.tar.gz
Algorithm Hash digest
SHA256 32abb399496a1a25c466d51ce5acebb97b5165ea045cb1c94abda83d91a09310
MD5 19c1584030c62fb336d9b9bc2a78bb57
BLAKE2b-256 ecde9fb63d77e047ef1e054e177372c02d2808bf3f646e6a0be377f81496703c

See more details on using hashes here.

File details

Details for the file coauthor-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: coauthor-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 109.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.33.1

File hashes

Hashes for coauthor-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 754da1c2b06783d756892590be4ae8f266f6d10b7f7ed556c55c8faeb28dc5f4
MD5 987e6fd622a00db4230675d48e89f06f
BLAKE2b-256 7ebd7f2a8b2484c45c46dd72448f03870009441748e5010198634ae39e605c55

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page