refactor(capabilities): group framework into core/, keep verbs top-level

This commit is contained in:
CREDO23 2026-07-02 19:54:20 +02:00
parent 87df0bb629
commit 6bd0d640e6
19 changed files with 60 additions and 32 deletions

View file

@ -2,7 +2,7 @@
from __future__ import annotations
from app.capabilities.types import Executor
from app.capabilities.core import Executor
from app.capabilities.web.scrape.schemas import ScrapeInput, ScrapeOutput, ScrapeRow
from app.proprietary.web_crawler import (
CrawlOutcome,