docs: add security policy (#7)
Add a SECURITY.md describing how to report vulnerabilities to the ByteDance security team and the bug bounty policy, and link to it from a new “Security and privacy” section in the README.
Co-authored-by: Claude Opus 4.8 noreply@anthropic.com
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
veadk-java
一款集成火山引擎强大能力的开源智能体(Agent)开发工具包。
快速开始
环境要求
17或以上版本必需环境变量
示例工程在运行前需要配置以下环境变量(缺失时会抛出明确错误):
MODEL_AGENT_API_KEY:火山方舟服务的 API Key(ArkLlm使用)示例设置(macOS / Linux):
运行项目示例
构建项目
在仓库根目录执行:
./mvnw clean -DskipTests package构建完成后,
example/target会生成示例所需的编译产物。运行示例(CLI)
示例入口:
com.volcengine.veadk.example.AgentCliRunner。运行方式(无需修改 POM,直接通过 Maven Exec 插件坐标):
交互说明:
ArkAgent进行交互。quit退出。运行示例(Web UI)
启动命令:
http://localhost:8000在 IDE 中运行
AgentCliRunner或AdkWeb的main方法即可。相关项目
常见问题
Missing required configuration: <ENV_NAME>:表示必需环境变量未设置,请根据提示进行补全。8000端口被占用,可通过--server.port或者AdkWeb.main中调整启动参数。许可证
本项目使用 Apache License 2.0,详见
LICENSE文件。