fastapi-async
- Repo stars 0
- Author repo skills-registry
- Endpoints sempre
async def. - Pydantic v2 (
model_config, nãoConfigantiga). - DB via
Depends(get_session); nunca abrir session global. - HTTP externo:
httpx.AsyncClientinjetado, nuncarequests. response_modelexplícito em todo endpoint.- Erros via
HTTPExceptionou exception handler global. - Background tasks pra trabalho assíncrono curto; queue real (Celery/RQ) pra trabalho longo.
<!-- tomevault:4.0:skill_md:2026-05-22 -->Source: alanpcf/cocada — distributed by TomeVault.
- Fluxly category
- Other
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @tomevault-io · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. No step sections in source
- Endpoints sempre `async def`. - Pydantic v2 (`model_config`, não `Config` antiga). - DB via `Depends(get_session)`; nunca abrir session global. - HTTP externo: `httpx.AsyncClient` injetado, nunca `requests`. - `response_model` explícito em todo endpoint. - Erros via `HTTPException` ou exception handler global. …
- Endpoints sempre `async def`.
- Pydantic v2 (`model_config`, não `Config` antiga).
- DB via `Depends(get_session)`; nunca abrir session global.
- HTTP externo: `httpx.AsyncClient` injetado, nunca `requests`.
- `response_model` explícito em todo endpoint.
- Erros via `HTTPException` ou exception handler global.
- Background tasks pra trabalho assíncrono curto; queue real (Celery/RQ) pra trabalho longo.
---
> Source: [alanpcf/cocada](https://github.com/alanpcf/cocada) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-22 --> Evidence boundary and execution chain
Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> no H2/H3 headings
terms -> - Endpoints sempre async def. · --- > Source: [alanpcf/cocada](https://github.com/alanpcf/cocada) — distributed by [TomeVault](https://tomevault.io).
files/cmd -> async def · modelconfig · Config · Depends(getsession) · httpx.AsyncClient · requests · responsemodel · HTTPException
body sha256 -> 24d91c5f3d5b
Decide Fit First
Design Intent
How To Use It
Boundaries And Review