Commit History

minor tweak to switch LLM provider from Ollama to Gemini
f001d2b

jbbove commited on

Configured Ollaman and improved llm config functionality: now the default is ollama, the fallback is gemini 2.5 flash lite, and these can be changed modifying just on line in the yaml config file
c46d4a9

jbbove commited on

Remove PNG files from git tracking
f75cbb4

jbbove commited on

fixed caching
7534cf3

jbbove commited on

Merge branch 'omirl_tool'
b371164

jbbove commited on

refactor: Complete OMIRL architecture cleanup and modernization
b28ba40

jbbove commited on

Fix LLM configuration and OMIRL comune filtering
a5fe16b

jbbove commited on

Merge omirl_refactor: Complete OMIRL refactoring with livelli_idrometrici
54faadd

jbbove commited on

feat: Add livelli_idrometrici task with unified adapter-level caching
b5bd850

jbbove commited on

Fix task output and test infrastructure
8bd860c

jbbove commited on

feat: Complete OMIRL configuration refactoring - eliminate hardcoded values
f56aac7

jbbove commited on

feat: remove mode parameter from OMIRL tool - implement direct task-based routing
009cf19

jbbove commited on

feat: Complete agent architecture refactoring and testing framework
fbd9fda

jbbove commited on

🎯 Complete OMIRL web services refactoring with workflow enhancement
36f8fda

jbbove commited on

Phase 4: Implement LLM-based summarization node
bcda1ac

jbbove commited on

🧹 Major cleanup: Remove obsolete code, modernize task-agnostic architecture
a34989b

jbbove commited on

docs: Update TODO for next development session
51dab89

jbbove commited on

feat: Complete OMIRL Phase 1 refactor - YAML-based validation architecture
7a1055a

jbbove commited on

refactor: Update OMIRL specification with new lean input/output schema
bfc3a79

jbbove commited on

fix: resolve service validation and timeout issues in agent workflow
8e973ef

jbbove commited on

LLM router and summarization currently working. Fixed agent initialization issues and basic llm-based summarization service
432886f

jbbove commited on

Fix missing get_llm_config import and add comprehensive debugging
b0cebb5

jbbove commited on

Add comprehensive environment debugging for HF Spaces
5c1b34a

jbbove commited on

Merge branch 'main' of https://github.com/cionny/promptaid-operations
06cf839

jbbove commited on

Fix: Implement lazy agent initialization and improve environment loading
de14028

jbbove commited on

Merge pull request #1 from cionny/simple-llm-router
3f38b5a

jbbove commited on

Comprehensive update: LLM Router implementation and Docker fixes
e45fdd8

jbbove commited on

Fix Docker Playwright installation and Streamlit PATH issues
4b4ef9e

jbbove commited on

Updated the adapter and the agent workflow (node, state, registry etc.). Updated web app, currently supporting omirl scraping
b6145cd

jbbove commited on

hard coded the 12 sensor types that were wrong in the table scraper and fixed test that were getting stuck because there was no browser session clean up
5e42519

jbbove commited on

Issues with hf deployment, fixed playright dependencies
e535b57

jbbove commited on

Also updated requirements and docker file. App works locally, need to deploy on hf
89b82c2

jbbove commited on

Set up of the project structure: langgraph and tool based agent. Implemented first tool and task: omirl_snapshot_summary adapter can scrape data from sensorstable omirl. Next step: add tool to agentic framework and deploy to hugging face. Next step: scrape data based on sensor filter.
c7b4c40

jbbove commited on

Add HF space metadata config in readme
17d3b16

jbbove commited on

Initial commit with docker image ready for Hugging Face Spaces deployment
f557cda

jbbove commited on