Vapora/crates
Jesús Pérez 2f76728481
Some checks failed
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
feat: integrate NatsBridge with real JetStream into A2A server
vapora-agents:
  - Add nats_bridge.rs with real async_nats JetStream (submit_task, durable
    pull consumer, list_agents from live registry)
  - Replace swarm_adapter.rs stubs with real SwarmCoordinator calls
    (select_agent via bidding, report_completion with load update, agent_load
    from fractional profile)
  - Expose SwarmCoordinator::get_agent() for per-agent profile access

  vapora-a2a:
  - CoordinatorBridge: replace raw NatsClient with NatsBridge (JetStream
    at-least-once delivery via durable pull consumer)
  - Add GET /a2a/agents endpoint listing registered agents
  - task_manager::create(): switch .content() to parameterized INSERT INTO
    to avoid SurrealDB serializer failing on adjacently-tagged enums
  - task_manager::get(): explicit field projection, exclude id (Thing),
    cast datetimes with type::string() to fix serde_json::Value deserialization
  - Integration tests: 4/5 pass with SurrealDB + NATS

  vapora-leptos-ui:
  - Set doctest = false in [lib]: Leptos components require WASM reactive
    runtime, incompatible with native cargo test --doc
2026-02-17 22:28:51 +00:00
..
vapora-a2a feat: integrate NatsBridge with real JetStream into A2A server 2026-02-17 22:28:51 +00:00
vapora-a2a-client feat: add Leptos UI library and modularize MCP server 2026-02-14 20:10:55 +00:00
vapora-agents feat: integrate NatsBridge with real JetStream into A2A server 2026-02-17 22:28:51 +00:00
vapora-analytics feat: CLI arguments, distribution management, and approval gates 2026-02-03 21:35:00 +00:00
vapora-backend chore: add A2A y RLM 2026-02-16 05:09:51 +00:00
vapora-cli feat: add Leptos UI library and modularize MCP server 2026-02-14 20:10:55 +00:00
vapora-doc-lifecycle feat: Phase 5.3 - Multi-Agent Learning Infrastructure 2026-01-11 13:03:53 +00:00
vapora-frontend feat: add Leptos UI library and modularize MCP server 2026-02-14 20:10:55 +00:00
vapora-knowledge-graph chore: add A2A y RLM 2026-02-16 05:09:51 +00:00
vapora-leptos-ui feat: integrate NatsBridge with real JetStream into A2A server 2026-02-17 22:28:51 +00:00
vapora-llm-router chore: add A2A y RLM 2026-02-16 05:09:51 +00:00
vapora-mcp-server feat: add Leptos UI library and modularize MCP server 2026-02-14 20:10:55 +00:00
vapora-rlm chore: add A2A y RLM 2026-02-16 05:09:51 +00:00
vapora-shared feat: add Leptos UI library and modularize MCP server 2026-02-14 20:10:55 +00:00
vapora-swarm feat: integrate NatsBridge with real JetStream into A2A server 2026-02-17 22:28:51 +00:00
vapora-telemetry feat: CLI arguments, distribution management, and approval gates 2026-02-03 21:35:00 +00:00
vapora-tracking feat: CLI arguments, distribution management, and approval gates 2026-02-03 21:35:00 +00:00
vapora-workflow-engine feat: add Leptos UI library and modularize MCP server 2026-02-14 20:10:55 +00:00
vapora-worktree fix: Pre-commit configuration and TOML syntax corrections 2026-01-11 21:46:08 +00:00