OSVauco/agents/core-logic
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
..
__init__.py feat: push all remaining files — agents/, docs/, architecture/, cloudbuild.yaml, README 2026-05-23 02:37:39 +02:00
.env.example feat: push all remaining files — agents/, docs/, architecture/, cloudbuild.yaml, README 2026-05-23 02:37:39 +02:00
agent.py fix(models): gemini-2.5-flash (light) + gemini-2.5-pro (heavy), LOCATION=global for modellkall 2026-05-26 01:37:28 +02:00
app.py fix: await get_session and create_session (async ADK 1.x API) 2026-05-23 21:09:59 +02:00
deploy_agent.py fix: Set executable bit on shell and python scripts 2026-05-26 13:23:18 +00:00
Dockerfile chore: add base Docker image to speed up deploys 2026-05-24 17:04:42 +02:00
Dockerfile.base chore: add base Docker image to speed up deploys 2026-05-24 17:04:42 +02:00
feedback_loop.py feat(ml2): feedback_loop, hypertuner, heavy_predictor 2026-05-26 12:40:27 +00:00
heavy_predictor.py feat(ml2): feedback_loop, hypertuner, heavy_predictor 2026-05-26 12:40:27 +00:00
hypertuner.py feat(ml2): feedback_loop, hypertuner, heavy_predictor 2026-05-26 12:40:27 +00:00
requirements.txt 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