11 results for “topic:pico-framework”
A clinical BERT-based NLP tool for parsing clinical trial abstracts following the PICO framework
Identify PICO elements and formulate Medical Evidence Propositions from clinical trial abstracts
Pico-IoC integration for Celery 5. Define async tasks in components, send tasks via clients, and run workers with full dependency injection.
pico-fastapi integrates Pico-IoC with FastAPI, providing real inversion-of-control, controller-based routing, scoped dependency resolution, and clean application lifecycle management—without global state or manual wiring.
A minimalist, zero-dependency Inversion of Control (IoC) container for Python. 🚀 It uses decorators for automatic component discovery and lazy instantiation, helping you build clean, modular, and easily testable applications.
Minimal JWT auth server for the Pico ecosystem. RS256 tokens, refresh rotation, RBAC, OIDC discovery, and zero-config startup — built on pico-ioc + pico-fastapi.
A lightweight, protocol-based AI agent framework with LangChain/LangGraph integration, powered by Pico-IoC dependency injection.
Lightweight SQLAlchemy integration for Pico-IoC, with full transactional semantics, repository support, and declarative model bootstrapping.
A lightweight validation layer for Pico-IoC that turns Pydantic type hints into enforced contracts. Features automatic data transformation and support for complex types (List, Union, Optional).
Auto-discovery integration layer for Pico-IoC. Loads DI modules from installed plugins via entry points — zero-configuration bootstrap for the Pico ecosystem.
JWT authentication middleware for pico-fastapi. Bearer token validation, JWKS key rotation, SecurityContext, role-based access control, and auto-discovery via pico-boot.