Skip to content

jefftriplett/django-bylaws-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Bylaws Agent (Unofficial)

An AI Agent that helps answer common questions about Django Software Foundation's Bylaws.

Please note: This is not official or legal advice.

Usage

You can use either the just ask command or run the agent directly:

$ just ask "How long are director terms?"
# or
$ uv run agent.py "How long are director terms?"

Answer: Director terms are for two (2) years.

Reasoning: According to Section 4.4.1 of the Django Software Foundation's Bylaws, directors are elected to two-year terms. This means that once elected, each director
holds office for a period of two years until their successor is elected or until other circumstances such as resignation or removal occur.

Sections:
- Section 4.4.1

Installation

$ just bootstrap  # Install required tools

Development

$ just           # List all available commands
$ just demo      # Run a demo with a sample question
$ just fmt       # Format code using ruff
$ just lint      # Run linting on all files

About

No description or website provided.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project