• Joined on 2025-06-24
roberto pushed to feature/microservices at adiuvAI/api 2026-03-22 23:26:01 +00:00
229e20d073 docs: add Langfuse integration TODO for batch-agent service
0b491b3643 fix: langfuse v4 SDK compatibility and pass user message as trace input
0d5fa3e569 feat(chat): integrate Langfuse tracing, prompt management & generation tracking
aff68a9051 fix: shared config loads root .env as fallback for microservices
5e9ef2809e fix: add extra=ignore to monolith Settings for strangler fig compat
Compare 6 commits »
roberto pushed to feature/microservices at adiuvAI/api 2026-03-22 00:03:40 +00:00
1e2e395676 fix: PEM newline parsing + shared config extra=ignore
59d3a53980 chore: update .env.example files for RS256 + Redis
9feeaa79c8 feat(auth): migrate JWT from HS256 to RS256
aa219a4d08 feat: microservices scaffold + Auth Service (Step 1)
Compare 4 commits »
roberto created branch feature/microservices in adiuvAI/api 2026-03-21 23:10:12 +00:00
roberto pushed to feature/microservices at adiuvAI/api 2026-03-21 23:10:12 +00:00
roberto pushed to develop at adiuvAI/api 2026-03-21 23:08:47 +00:00
552b8eb305 Fix project creation: code-based in runner, not delegated to Step 2 LLM
0d93b3960d Exclude project/projectId questions from agent setup journey
f07580574b Replace max_turns cap with 90% confidence stopping criterion in agent setup
Compare 3 commits »
roberto pushed to develop at adiuvAI/api 2026-03-20 22:48:42 +00:00
1a8bf11f90 update migration plan
e7cdce8287 Improve Step 1 project matching and Step 2 update-first enforcement
58bc6efd4b Rewrite run_local_agent: code-based flow, concurrency guard, remove isApproved
Compare 3 commits »
roberto pushed to develop at adiuvAI/adiuvAI 2026-03-20 22:48:19 +00:00
3ae9e450be Fix ProjectSidebar scroll and style native scrollbar
roberto pushed to develop at adiuvAI/adiuvAI 2026-03-20 21:21:42 +00:00
7616153345 Remove isApproved from tasks, rework agent runner, fix layout overflow
roberto pushed to develop at adiuvAI/api 2026-03-20 19:57:23 +00:00
6c450805cb possibile evoluzione
roberto pushed to develop at adiuvAI/adiuvAI 2026-03-20 11:47:41 +00:00
0c21f47a59 removed unused files
7256f1ef4e Fix runNow: pass agentId and create run row in local SQLite
bf635d9c30 Always record agent run even when no actions are taken
5add259348 Fix await in sync WS message handler for run_complete
198fd62ef2 Add agent run history sheet with action breakdown
Compare 6 commits »
roberto pushed to develop at adiuvAI/api 2026-03-20 11:47:10 +00:00
f340d0fa3e Fix dev tier: default to power when no subscription exists
edc53cb6eb Default to power tier (unlimited) in dev when no subscription exists
725cece5c1 Add run_context to agent tool calls for FE run logging
Compare 3 commits »
roberto pushed to develop at adiuvAI/api 2026-03-17 23:04:37 +00:00
297e20ce8d Fix 422 on agent trigger: accept plural data type names
roberto pushed to develop at adiuvAI/adiuvAI 2026-03-17 23:04:25 +00:00
65a08838c9 Truncate WS log output to 200 chars
roberto pushed to develop at adiuvAI/adiuvAI 2026-03-17 22:53:24 +00:00
8b5a05a16e Refactor settings page into pluggable components
roberto pushed to develop at adiuvAI/api 2026-03-17 22:53:19 +00:00
5a03bd1cfb Clean up agent catalog and improve extraction agent prompts
roberto pushed to develop at adiuvAI/adiuvAI 2026-03-17 15:35:12 +00:00
6a87590176 Update shadcn to v4, fix sendHomeRequest call signature, refresh skills lock
cd4644637b Wire journey chat to WS backend and handle end-of-conversation
9fd441e7d7 Refactor Local Directory Monitor Agent to two-phase BE-orchestrated architecture
Compare 3 commits »
roberto pushed to develop at adiuvAI/api 2026-03-17 15:26:14 +00:00
87b7a1c6c9 fix journey setup: honor FE session_id, seed LLM history, and force template on max turns
roberto pushed to develop at adiuvAI/api 2026-03-17 09:38:25 +00:00
826f64d6bb refactor local directory agent to two-phase LLM-with-tools architecture
roberto pushed to develop at adiuvAI/api 2026-03-16 21:35:54 +00:00
5faa6b1d7c refactor agents to client-owned config flow
roberto pushed to develop at adiuvAI/adiuvAI 2026-03-16 07:53:23 +00:00
b7ddc95171 Udpate task page