project-manager

command
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Project Manager bot — integrates Matrix, Ollama, Gitea, and OnlyOffice.

Commands:

!help                     - Show all commands
!repos                    - List Gitea repositories
!issues <repo>            - List open issues for a repo
!projects                 - List OnlyOffice projects
!tasks <project>          - List tasks for an OnlyOffice project
!create-task <project> | <title> | <description>
                          - Create a new OnlyOffice task
!summarize <repo>         - AI summary of open issues
!ai <prompt>              - Ask the AI anything

Environment variables:

export MATRIX_API_URL="https://matrix.example.com"
export MATRIX_API_USER="botuser"
export MATRIX_API_PASS="botpassword"
export GITEA_URL="https://gitea.example.com"
export GITEA_TOKEN="your-token"
export GITEA_OWNER="your-org"
export ONLYOFFICE_URL="https://office.example.com"
export ONLYOFFICE_USER="admin@example.com"
export ONLYOFFICE_PASS="password"
export OPEN_WEB_API_GENERATE_URL="http://localhost:11434/api/generate"
export OPEN_WEB_API_TOKEN="your-ollama-token"
go run ./examples/project-manager/

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL