Before you start, make sure you have the following installed:
Go 1.24.4 or later
go get github.com/volcengine/veadk-go
Configuration
We recommand you to create a config.yaml file in the root directory of your own project, VeADK is able to read it automatically. For running a minimal agent, you just need to set the following configs in your config.yaml file:
model:
agent:
provider: openai
name: doubao-seed-1-6-250615
api_base: https://ark.cn-beijing.volces.com/api/v3/
api_key: # <-- set your Volcengine ARK api key here
Volcengine Agent Development Kit
An open-source kit for agent development, integrated the powerful capabilities of Volcengine.
For more details, see our documents.
Installation
Before you start, make sure you have the following installed:
Configuration
We recommand you to create a
config.yamlfile in the root directory of your own project,VeADKis able to read it automatically. For running a minimal agent, you just need to set the following configs in yourconfig.yamlfile:Have a try
Enjoy a minimal agent from VeADK:
Run your agent
1、Run with command-line interface
Run your agent using the following Go command:
2、Run with web interface
Run your agent with the ADK web interface using the following Go command:
If a large agent takes a long time to run, you can increase the timeout parameter.
Security and privacy
This project takes security seriously. For vulnerability reporting and supported versions, see SECURITY.md
License
This project is licensed under the Apache 2.0 License.