Chris Christiansen
05030edf61
fix: Set executable bit on shell and python scripts
...
Per the task in `docs/TODO.md`, this change runs `git update-index --chmod=+x` on all relevant `.sh` and `.py` files in the repository.
This prevents intermittent 'Permission denied' errors when scripts are run in CI/CD environments or after being edited via the GitHub web interface, which can strip file permissions.
2026-05-26 13:23:18 +00:00
Chris Christiansen
11845adae0
feat(ml2): feedback_loop, hypertuner, heavy_predictor
2026-05-26 12:40:27 +00:00
7585a485e0
fix(models): gemini-2.5-flash (light) + gemini-2.5-pro (heavy), LOCATION=global for modellkall
2026-05-26 01:37:28 +02:00
f711f7be74
fix: gemini-2.0-flash-001 for light mode, fang ValueError i /run authorize_mode
2026-05-26 01:30:01 +02:00
5e1bb4e7ab
refactor(mode): rename A/A+ → light/heavy gjennomgående + ML-spor i MASTERPLAN
2026-05-26 01:20:53 +02:00
2fc957f4c2
revert: sett agent.py default-modeller tilbake til gemini-2.0-flash
2026-05-25 21:18:50 +02:00
23377d2575
fix: bruk gemini-2.0-flash-001 som default modell (versjonert GA-navn)
2026-05-25 19:45:29 +02:00
d0512f5ced
chore: add base Docker image to speed up deploys
...
- Add agents/core-logic/Dockerfile.base with heavy deps pre-baked
- Update agents/core-logic/Dockerfile to build FROM base image
- Update cloudbuild.yaml with step to build/push base (manual only)
- Typical deploy time reduction: ~3 min → ~30 sec
2026-05-24 17:04:42 +02:00
1cba5166db
fix: ADK 1.x Runner pattern + gemini-3.5-flash for A+ reasoning
2026-05-24 16:44:04 +02:00
497509370e
feat: add A/A+ mode routing to agent.py (OPAX)
2026-05-24 16:34:34 +02:00
0248081b83
fix: agent.py — bruk riktig import-path for VertexAiRagRetrieval (ADK 1.x)
2026-05-24 15:12:08 +02:00
2681d85ef4
feat: enforce Norwegian (Bokmål) response language in agent system instruction
2026-05-24 06:24:21 +02:00
ffe4ec1c63
fix: await get_session and create_session (async ADK 1.x API)
2026-05-23 21:09:59 +02:00
4ef0683c7c
fix: use try/except to create session if get_session raises in ADK 1.x
2026-05-23 20:45:50 +02:00
7e1af38474
fix: auto-create session if not found in /run endpoint
2026-05-23 20:33:39 +02:00
1122af66d0
fix: point uvicorn entrypoint to app:app (not main:app)
2026-05-23 20:16:24 +02:00
6521a4c101
fix: replace adk deploy cloud_run with gcloud run deploy (compatible with ADK 1.x + Cloud Shell)
2026-05-23 19:55:16 +02:00
c411a8af88
fix: pin google-adk to 1.x to be compatible with google-cloud-aiplatform[adk,agent_engines]
2026-05-23 19:53:51 +02:00
c8e51135ac
fix: remove conflicting vertexai pin — bundled in google-cloud-aiplatform>=1.112.0
2026-05-23 08:52:03 +02:00
4814447da4
feat: add agents/core-logic/app.py — FastAPI Cloud Run entrypoint
2026-05-23 02:46:41 +02:00
34ba75a4a2
feat: push all remaining files — agents/, docs/, architecture/, cloudbuild.yaml, README
2026-05-23 02:37:39 +02:00