Commit Graph

31 Commits

Author SHA1 Message Date
TimHoogervorst 2adf17493a fixed api calls with seerr, added full context for models, beginning to standardizing single id as source of truths for future tools
Build and Push Agent API / build (push) Successful in 14s
2026-05-14 14:25:48 +02:00
TimHoogervorst d943d4bd31 added seerr beginning tools
Build and Push Agent API / build (push) Successful in 15s
2026-05-11 20:38:47 +02:00
TimHoogervorst 2ee33b50eb Update api/dependencies.py
Build and Push Agent API / build (push) Successful in 5s
2026-05-10 17:38:15 +00:00
TimHoogervorst cb4ebfa43e Add agent and skill system: implement Agent and Skill classes, register media and naked agents, and create media_info demo skill
Build and Push Agent API / build (push) Successful in 5s
2026-05-10 19:24:44 +02:00
TimHoogervorst 54ac77ab51 Implement streaming support for chat endpoint and add async chat completions
Build and Push Agent API / build (push) Successful in 5s
2026-05-10 18:54:46 +02:00
TimHoogervorst 2677d381ce Refactor API structure: move chat functionality to v1 router, implement dependency injection for OpenAI client, and set up application state management
Build and Push Agent API / build (push) Successful in 6s
2026-05-10 18:35:56 +02:00
TimHoogervorst 1d477c379b correct endpoint now
Build and Push Agent API / build (push) Successful in 6s
2026-05-10 16:08:32 +02:00
TimHoogervorst 81ef01d3ba Add endpoints for model listing and legacy model retrieval
Build and Push Agent API / build (push) Successful in 6s
2026-05-10 16:07:06 +02:00
TimHoogervorst 15c1917389 Add chat_completions endpoint to handle chat requests with message array
Build and Push Agent API / build (push) Successful in 5s
2026-05-10 16:04:13 +02:00
TimHoogervorst 1476b33a9b Refactor chat endpoint: extract agent logic to run_agent function and update response handling
Build and Push Agent API / build (push) Successful in 6s
2026-05-10 15:56:01 +02:00
TimHoogervorst 37994a76b8 Update Dockerfile: change working directory and paths to /Agents
Build and Push Agent API / build (push) Successful in 15s
2026-05-10 15:43:17 +02:00
TimHoogervorst cf8012c697 Fix CMD command in Dockerfile to use correct module path
Build and Push Agent API / build (push) Successful in 6s
2026-05-10 15:38:55 +02:00
TimHoogervorst 9fc412efbb changed container for action run
Build and Push Agent API / build (push) Successful in 20s
2026-05-10 15:24:10 +02:00
TimHoogervorst 8456288b6d Add workflow_dispatch trigger and checkout step in deployment workflow
Build and Push Agent API / build (push) Failing after 8s
2026-05-10 15:19:31 +02:00
TimHoogervorst 63c07a602d Refactor deployment workflow: streamline steps and update image push process
Build and Push Agent API / build (push) Failing after 8s
2026-05-10 15:18:21 +02:00
TimHoogervorst 3a0d09bf4b Remove placeholder text from README.md
Build and Push Agent API / build (push) Failing after 1s
2026-05-10 15:13:42 +02:00
TimHoogervorst 6dcba9230f lol always check the copy paste...
Build and Push Agent API / build (push) Failing after 1s
2026-05-10 15:08:23 +02:00
TimHoogervorst 725c21e5d7 Update checkout step in deployment workflow to use git clone instead of actions/checkout
Build and Push Agent API / build (push) Failing after 1s
2026-05-10 15:07:32 +02:00
TimHoogervorst f8f2fa04f4 Refactor deployment workflow to build and push Docker image for Agent API
Build and Push Agent API / build (push) Failing after 1s
2026-05-10 15:05:42 +02:00
TimHoogervorst 4c758f7733 Refactor agent API structure and add core functionality with FastAPI integration 2026-05-10 13:09:58 +02:00
TimHoogervorst 58250d22a3 added pipeline to deploy 2026-05-10 10:08:11 +02:00
TimHoogervorst 8b2e30eeb5 Add initial FastAPI application and Dockerfile for chatbot integration 2026-05-10 10:00:45 +02:00
TimHoogervorst edd0599077 edited runner label
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
2026-05-09 23:12:36 +02:00
TimHoogervorst 629296f150 Change job runner from home-runner to docker in demo workflow
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 7s
2026-05-09 23:10:55 +02:00
TimHoogervorst 02bc43e6ae Update workflow to use home-runner for job execution
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-05-09 23:08:41 +02:00
TimHoogervorst c67cb4d14d Add Gitea Actions demo workflow
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
2026-05-09 23:07:45 +02:00
TimHoogervorst 1ac7df90f0 Add Gitea Actions demo workflow 2026-05-09 23:07:04 +02:00
TimHoogervorst 2763c93cef Merge pull request 'Update README.md' (#1) from dev into main
Reviewed-on: #1
2026-05-09 21:04:54 +00:00
TimHoogervorst c84722ae84 Add Gitea Actions demo workflow 2026-05-09 23:03:30 +02:00
TimHoogervorst fbaf53e5e6 Update README.md 2026-05-09 20:23:56 +00:00
TimHoogervorst 28cef3b56f Initial commit 2026-05-09 19:59:33 +00:00