mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
- Added RepositoryManager for handling git operations including cloning, branching, committing, and pushing changes. - Introduced TaskLogger for structured logging of AI Agent tasks with automatic flushing and context management. - Created WorkspaceManager to manage temporary workspaces for tasks, including creation, deletion, and file operations. - Integrated AIAgentDataAPI to facilitate data fetching and logging for AI Agent tasks, including LLM configuration and pull request recording. - Updated BaseAPI to include new AIAgentDataAPI routes for enhanced AI Agent capabilities.