fb09022e84fix: resolve JSON serialization in list_bids and add orders endpoint
aitbc
2026-05-08 19:54:02 +02:00
587841935efeat: add book endpoint for purchasing marketplace offers
aitbc
2026-05-08 19:47:10 +02:00
4ac23bf3cffix: convert SQLAlchemy model objects to dictionaries for JSON serialization
aitbc
2026-05-08 19:30:42 +02:00
528c822f09fix: add wallet to provider mapping in marketplace create_offer
aitbc
2026-05-08 19:26:38 +02:00
6549483b18fix: resolve datetime timezone error in marketplace service
aitbc
2026-05-08 19:22:34 +02:00
130a295366Add async/await support and comprehensive logging to marketplace service with session management improvements
aitbc
2026-05-08 19:17:11 +02:00
4ee9705670Add datetime serialization to task distribution with send success tracking and failure statistics
aitbc
2026-05-08 17:29:58 +02:00
952a698725Add HTTP task distribution implementation to TaskDistributor with agent endpoint lookup and error handling
aitbc
2026-05-08 17:09:29 +02:00
7ca9a1ed04Add comprehensive coverage tests for load balancer strategies, AI/ML models, and communication protocols
aitbc
2026-05-08 17:02:01 +02:00
0262e6079bAdd 400 status code to concurrent message sending test assertion for invalid input handling
aitbc
2026-05-08 16:36:09 +02:00
a9000c6708Add load testing class with concurrent operations tests for 10 agents across registration, tasks, messages, load balancing, discovery, swarm coordination, status updates, and authentication
aitbc
2026-05-08 16:33:33 +02:00
b6085bdbb2Add 401 status code to advanced integration test assertions for unauthenticated access scenarios
aitbc
2026-05-08 16:26:58 +02:00
c86f83a2e8Add comprehensive integration tests for health, monitoring, swarm, and edge case endpoints
aitbc
2026-05-08 14:43:56 +02:00
c80ef59c15Add 422 status code to AI recommendation and auth validation tests, and remove None from invalid token test cases
aitbc
2026-05-08 14:38:48 +02:00
7f39ec040cAdd comprehensive integration tests for messages, AI/ML, load balancer, and authentication endpoints
aitbc
2026-05-08 14:34:22 +02:00
bb915521e4Add 422 and 400 status codes to user permission and message test assertions
aitbc
2026-05-08 14:16:41 +02:00
4a25dcdd3fAdd authenticated client fixture and expand integration tests for alerts, users, consensus, and messages
aitbc
2026-05-08 14:13:39 +02:00
5ac6a3fefcUpdate authentication test to check for 'token' field instead of 'access_token' in login response
aitbc
2026-05-08 14:06:59 +02:00
36237dec4bAdd integration tests for authentication, alerts, users, and consensus endpoints
aitbc
2026-05-08 14:04:53 +02:00
8ad3d072f5Refactor agent coordinator integration tests to use TestClient instead of async httpx client
aitbc
2026-05-08 14:00:52 +02:00
0b2728c2c0Add campaign output to campaign_stats command when campaign_id is provided
aitbc
2026-05-08 13:53:37 +02:00
a533958ecdUpdate monitor commands to use coordinator_url instead of monitoring_service_url for /jobs endpoint
aitbc
2026-05-08 13:29:08 +02:00
7d357e40b4Update metrics and history commands to use /jobs endpoint instead of /dashboard
aitbc
2026-05-08 13:23:32 +02:00
5502d2533aAdd /jobs endpoint to monitor routers and improve service status handling in dashboard
aitbc
2026-05-08 13:06:19 +02:00
d13b27479eAdd monitor router to both coordinator APIs and improve campaign file error handling
aitbc
2026-05-08 12:52:53 +02:00
dc57a28f30Add httpx and json imports to monitor command module
aitbc
2026-05-08 12:46:57 +02:00
f8d8d41807Add HTTP status codes to swarm join and coordinate endpoints
aitbc
2026-05-08 12:39:45 +02:00
094fa268fcAdd swarm coordination endpoints and request models to both coordinator APIs
aitbc
2026-05-08 12:36:56 +02:00
7d87614eabAdd Redis URL configuration support to agent coordinator lifespan
aitbc
2026-05-07 18:59:35 +02:00
a9e727dac8Add agent heartbeat and task queue management endpoints to coordinator API
aitbc
2026-05-07 18:49:17 +02:00
5343d20f6dIntegrate agent coordinator API calls into CLI for agent registration, discovery, and task distribution stats
aitbc
2026-05-07 18:41:03 +02:00
8d79522e4bMove agent coordinator database to /var/lib/aitbc and add agent registration/discovery endpoints
aitbc
2026-05-07 18:27:28 +02:00