mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
- Added AutoProbe interfaces to define models for autoprobe functionality, including AutoProbe, AutoProbeTask, and AutoProbeFetchResult. - Created AutoProbeStore module for managing state, getters, mutations, and actions related to autoprobe. - Updated existing LLM interfaces to utilize LLMResponseUsage for token tracking. - Refactored store index to include autoprobe namespace and removed obsolete AiStore module.