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/
Click to show internal directories.
Click to hide internal directories.