Discover and explore top open-source AI tools and projects—updated daily.
volcengineAI agent development kit
Top 94.6% on SourcePulse
Volcengine Agent Development Kit (VeADK) is an open-source Python library designed to streamline the development of AI agents by integrating Volcengine's powerful backend capabilities. It targets developers seeking to build and deploy agents efficiently, offering a structured framework and convenient tools for leveraging cloud-based AI services.
How It Works
VeADK provides a Pythonic interface for agent creation, abstracting complex API interactions with Volcengine services. Configuration is managed via a config.yaml file, allowing developers to specify model providers (e.g., OpenAI-compatible endpoints), API bases, and keys for services like Volcengine ARK. The framework facilitates agent instantiation and execution through straightforward Python code, simplifying the integration of large language models into agentic workflows.
Quick Start & Requirements
pip install veadk-python. For additional features, use pip install veadk-python[extensions].uv. Clone the repository, create a virtual environment (uv venv --python 3.12), and sync dependencies (uv sync --all-extras). An editable install is available via uv pip install -e ..config.yaml file in the project root is recommended for setting up model parameters and API keys.Highlighted Details
veadk deploy for deploying agents to Volcengine VeFaaS and veadk prompt for optimizing system prompts using PromptPilot.Maintenance & Community
pre-commit linter and passing unit tests (pytest -n 16) before submitting pull requests.Licensing & Compatibility
Licensed under the Apache 2.0 License. This license is generally permissive for commercial use and integration into closed-source projects.
Limitations & Caveats
The provided README does not explicitly detail project limitations, known bugs, or alpha/beta status.
2 days ago
Inactive
GoogleCloudPlatform
TransformerOptimus
google
Significant-Gravitas