xcaliber 20c86cd595 fix(gitea): restore full gitea_coder role implementation with all methods
The file was corrupted to only 4KB during previous edits. This restores the complete implementation with all methods including:
- workflow_summary()
- read_ticket()
- suggest_branch_name()
- create_feature_branch()
- get_branch_status()
- list_my_branches()
- apply_diff()
- _apply_unified_diff()
- _generate_diff_commit_message()
- commit_changes()
- create_pull_request()
- replace_file()
- create_file()
- get_file()
- list_files()

All with proper difflib import at module level.

Refs: #11
2026-01-17 15:02:13 +00:00
2026-01-15 13:35:29 +00:00
2026-01-17 12:31:59 +00:00

Tools

This monorepo contains a collection of automation tools for Open WebUI, designed to facilitate integrations with Git repositories via Gitea and AI/ML platforms via Venice. These utilities enable enhanced functionality, such as automated repository management, AI-powered chat interactions, and image processing workflows.

Included Tools

gitea/

Python scripts for Git operations and repository management:

  • admin.py: Administrative utilities for managing Gitea repositories, potentially including user management, permissions, and batch operations.
  • dev.py: Development-focused tools for Git workflows, branch handling, and repository interactions tailored for software development processes.
  • coder.py: Development workflow role that reads tickets, creates branches with scope enforcement, generates commit messages with issue references, and creates pull requests.

venice/

Tools for interacting with Venice AI services:

  • chat.py: Scripts for AI chat interactions, enabling conversational interfaces and model-based responses.
  • image.py: Utilities for image processing and generation using AI models.
  • info.py: Information retrieval and data handling tools, possibly for querying AI models or processing related data.

These tools are modular and can be used independently or integrated into larger automation pipelines for Open WebUI.

Description
No description provided
Readme 460 KiB
Languages
Python 100%