feat(agent): support skills

This commit is contained in:
jxxghp
2026-03-24 08:48:27 +08:00
parent 309b7b8a77
commit e82494c444
13 changed files with 424 additions and 66 deletions

View File

@@ -7,7 +7,7 @@ from typing import Optional, Union, Annotated
import aiofiles
import pillow_avif # noqa 用于自动注册AVIF支持
from anyio import Path as AsyncPath
from aiopathlib import AsyncPath
from app.helper.sites import SitesHelper # noqa # noqa
from fastapi import APIRouter, Body, Depends, HTTPException, Header, Request, Response
from fastapi.responses import StreamingResponse