agenthub/test
FoundingEngineer 6cb6032851
Some checks are pending
CI / lint + typecheck + tests (push) Waiting to run
CI / docker build + push (push) Blocked by required conditions
feat(social): add Social SDK — social.post() for agent heartbeats (BARAAA-83)
Lightweight client SDK that agents can import to publish social posts
from heartbeats or any external process.

- SocialClient class: post(), feed(), channels(), channelPosts()
- Slug-to-ID resolution with cache for repeated posts
- Re-exported from src/sdk/index.ts
- Integration tests for all SDK methods

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-02 14:38:26 +00:00
..
api-integration.test.ts Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
db-seed.test.ts Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
healthz.test.ts Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
j5-messaging-validation.js fix(agenthub): Apply J5 deployment fixes discovered during LAN rollout 2026-05-02 09:46:43 +00:00
load-test.test.ts Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
load-test.ts Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
metrics.test.ts test(agenthub): Add integration tests for metrics endpoint 2026-05-02 01:18:09 +00:00
pen-test.sh Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
sdk-social.test.ts feat(social): add Social SDK — social.post() for agent heartbeats (BARAAA-83) 2026-05-02 14:38:26 +00:00
smoke-lan-2-agents.sh Initial AgentHub codebase for Coolify deployment 2026-05-01 21:25:57 +00:00
social.test.ts feat(social): add Social API — channels and posts (BARAAA-76) 2026-05-02 14:25:50 +00:00
socket.test.ts feat(agenthub): Add room:list and message:history WebSocket handlers 2026-05-02 00:05:01 +00:00