Commit Graph

4 Commits

Author SHA1 Message Date
Claude cadac55ac7
Phase 1B: Add vLLM adapter with shared OpenAI-compat helpers
- Extract shared OpenAI-format conversion helpers to openai-compat.ts
- Refactor OpenAIAdapter to import from shared module
- Create VLLMAdapter class reusing openai-compat helpers
- Add VLLMConfig type and 'vllm' to SupportedProvider union
- Update createAdapter() to accept VLLMConfig for vllm provider
- Export VLLMAdapter and VLLMConfig from public API

https://claude.ai/code/session_012cMotoivyjuMwbrnDo6YRg
2026-04-01 00:57:30 +00:00
Claude fb97f273a4
Phase 1A: Rename package to @vcg/agent-sdk and class to VCGAgentSDK
- Rename npm package from open-multi-agent to @vcg/agent-sdk
- Rename OpenMultiAgent class to VCGAgentSDK in orchestrator
- Add deprecated OpenMultiAgent re-export alias for backward compat
- Update all doc comments and JSDoc references
- Update all 4 example files to use new imports

https://claude.ai/code/session_012cMotoivyjuMwbrnDo6YRg
2026-04-01 00:54:45 +00:00
Claude 6cc5545d6e
Add ROADMAP.md: plan to transform into VCG Agent SDK
Phased plan covering vLLM adapter, developer presets, custom tool
ecosystem, built-in LLM request queuing, cron scheduler, i18n,
and production hardening.

https://claude.ai/code/session_01541y4vXcT6Gc7uVsGaAyd8
2026-04-01 00:36:08 +00:00
JackChen a6244cfe64 Initial release: open-multi-agent v0.1.0
Production-grade multi-agent orchestration framework.
Model-agnostic, supports team collaboration, task scheduling
with dependency resolution, and inter-agent communication.
2026-04-01 04:33:15 +08:00