TimHoogervorst
  • Joined on 2026-05-09
TimHoogervorst pushed to main at TimHoogervorst/Agents 2026-05-14 12:25:58 +00:00
2adf17493a fixed api calls with seerr, added full context for models, beginning to standardizing single id as source of truths for future tools
TimHoogervorst pushed to main at TimHoogervorst/Agents 2026-05-11 18:38:56 +00:00
d943d4bd31 added seerr beginning tools
TimHoogervorst pushed to main at TimHoogervorst/Agents 2026-05-10 17:38:16 +00:00
2ee33b50eb Update api/dependencies.py
TimHoogervorst pushed to main at TimHoogervorst/Agents 2026-05-10 17:24:49 +00:00
cb4ebfa43e Add agent and skill system: implement Agent and Skill classes, register media and naked agents, and create media_info demo skill
TimHoogervorst pushed to main at TimHoogervorst/Agents 2026-05-10 16:54:49 +00:00
54ac77ab51 Implement streaming support for chat endpoint and add async chat completions
TimHoogervorst pushed to main at TimHoogervorst/Agents 2026-05-10 16:36:05 +00:00
2677d381ce Refactor API structure: move chat functionality to v1 router, implement dependency injection for OpenAI client, and set up application state management
TimHoogervorst pushed to main at TimHoogervorst/Agents 2026-05-10 14:08:35 +00:00
1d477c379b correct endpoint now
TimHoogervorst pushed to main at TimHoogervorst/Agents 2026-05-10 14:07:18 +00:00
81ef01d3ba Add endpoints for model listing and legacy model retrieval
TimHoogervorst pushed to main at TimHoogervorst/Agents 2026-05-10 14:04:17 +00:00
15c1917389 Add chat_completions endpoint to handle chat requests with message array
TimHoogervorst pushed to main at TimHoogervorst/Agents 2026-05-10 13:56:06 +00:00
1476b33a9b Refactor chat endpoint: extract agent logic to run_agent function and update response handling
TimHoogervorst pushed to main at TimHoogervorst/Agents 2026-05-10 13:43:23 +00:00
37994a76b8 Update Dockerfile: change working directory and paths to /Agents
TimHoogervorst pushed to main at TimHoogervorst/Agents 2026-05-10 13:38:59 +00:00
cf8012c697 Fix CMD command in Dockerfile to use correct module path
TimHoogervorst pushed to main at TimHoogervorst/Agents 2026-05-10 13:24:25 +00:00
9fc412efbb changed container for action run
TimHoogervorst pushed to main at TimHoogervorst/Agents 2026-05-10 13:19:42 +00:00
8456288b6d Add workflow_dispatch trigger and checkout step in deployment workflow
TimHoogervorst pushed to main at TimHoogervorst/Agents 2026-05-10 13:18:29 +00:00
63c07a602d Refactor deployment workflow: streamline steps and update image push process
TimHoogervorst pushed to main at TimHoogervorst/Agents 2026-05-10 13:13:46 +00:00
3a0d09bf4b Remove placeholder text from README.md
TimHoogervorst pushed to main at TimHoogervorst/Agents 2026-05-10 13:08:28 +00:00
6dcba9230f lol always check the copy paste...
TimHoogervorst pushed to main at TimHoogervorst/Agents 2026-05-10 13:07:37 +00:00
725c21e5d7 Update checkout step in deployment workflow to use git clone instead of actions/checkout
TimHoogervorst pushed to main at TimHoogervorst/Agents 2026-05-10 13:05:56 +00:00
f8f2fa04f4 Refactor deployment workflow to build and push Docker image for Agent API
TimHoogervorst pushed to main at TimHoogervorst/Agents 2026-05-10 11:10:19 +00:00
4c758f7733 Refactor agent API structure and add core functionality with FastAPI integration