rcourtman
9a0f8f543f
Remove stale relationshipVersion residue
2026-03-19 14:56:02 +00:00
rcourtman
33247d65c3
Normalize remaining graph residue
2026-03-19 14:41:52 +00:00
rcourtman
8e1f832364
Remove dead action plan topology field
2026-03-19 14:40:34 +00:00
rcourtman
3c62e8e5f5
Persist action audits through tool executor
2026-03-18 17:35:45 +00:00
rcourtman
778a2577b6
feat: Pulse v6 release
2026-03-18 16:06:30 +00:00
rcourtman
0013d64c7b
Consolidate and extend AI tool suite
...
Major tools refactoring for better organization and capabilities:
New consolidated tools:
- pulse_query: Unified resource search, get, config, topology operations
- pulse_read: Safe read-only command execution with NonInteractiveOnly
- pulse_control: Guest lifecycle control (start/stop/restart)
- pulse_docker: Docker container operations
- pulse_file: Safe file read/write operations
- pulse_kubernetes: K8s resource management
- pulse_metrics: Performance metrics retrieval
- pulse_alerts: Alert management
- pulse_storage: Storage pool operations
- pulse_knowledge: Note-taking and recall
- pulse_pmg: Proxmox Mail Gateway integration
Executor improvements:
- Cleaner tool registration pattern
- Better error handling and recovery
- Protocol layer for result formatting
- Enhanced adapter interfaces
Includes comprehensive tests for:
- File and Docker operations
- Kubernetes control operations
- Command execution safety
2026-01-28 16:50:25 +00:00
rcourtman
c93b54ce9f
refactor: clean up AI tools and remove deprecated code
...
- Remove deprecated tool functions
- Simplify control helpers
- Clean up test files
2026-01-22 22:31:04 +00:00
rcourtman
798f6a8deb
Refactor: Update AI tools and tests for multi-tenancy
...
- Refactored tool execution to handle tenant-scoped contexts
- Added new tests for infrastructure, control, and kubernetes tools
- Improved test coverage for agentic chat and approval store
2026-01-22 16:43:08 +00:00