A network abstraction layer built on Alamofire that uses enum-based API targets to provide compile-time safety, testability, and clean separation between networking code and business logic.
Moya — Network Abstraction Layer for Swift
A network abstraction layer built on Alamofire that uses enum-based API targets to provide compile-time safety, testability, and clean separation between networking code and business logic.
Instalación lista para agent
Este activo puede instalarse después de elegir el runtime, revisar el plan y ejecutar el comando correspondiente.
npx -y tokrepo@latest install 45d9e1e8-520c-11f1-9bc6-00163e2b0d79 --target codexEjecutar después de confirmar el plan con dry-run.
Discusión
Activos relacionados
Fluentd — Unified Logging Layer for Cloud-Native Infrastructure
Fluentd is a CNCF-graduated open-source data collector that unifies log collection and routing. With 1000+ plugins, it connects any source to any destination — the standard log layer for Kubernetes alongside Fluent Bit.
wgpu — Safe and Portable GPU Abstraction in Rust
wgpu is a cross-platform Rust library implementing the WebGPU API standard. It provides a safe, portable interface to GPU hardware that runs natively on Vulkan, Metal, DX12, and OpenGL, as well as in the browser via WebAssembly and WebGPU.
Afero — Uniform Filesystem Abstraction for Go
Afero provides a uniform interface for filesystem operations in Go, allowing code to work transparently with OS filesystems, in-memory filesystems, or cloud storage backends. It is widely used for testing, configuration, and portable file handling.
OpenAI Swarm — Lightweight Multi-Agent Orchestration
Educational multi-agent framework by OpenAI. Ergonomic agent handoffs, tool calling, and context variables. Minimal abstraction over Chat Completions API. 21K+ stars.