apollo
Matches
NATS server for inter-component messaging in counter-UAS system.
→ Ensure nats-server is running as the message broker for apollo to receive cues.
The largest collection of PyTorch image encoders and backbones with pretrained weights.
→ Integrate timm backbones into Apollo's detection pipeline; use pretrained weights to bootstrap training on UAS datasets.
uv is a fast Python package and project manager that can replace pip and poetry.
→ Replace pip or poetry with uv for all dependency operations; use `uv lock` to generate a locked environment for deployment.
Counter-UAS interceptor brain (Python).
→ Package engagement logic as iii functions; trigger by cue events from apollo-listen worker.
Persistent memory for AI coding agents with MCP support.
→ Run the agentmemory MCP server as a sidecar and use REST calls from Apollo to store/retrieve memory. Alternatively, study and cleanroom-rebuild the core algorithm in Python.