Skip to content

复现源码,现在测试redis系统出错#1

Open
lvtyeflymoya wants to merge 7 commits into
cpp-agan-team:mainfrom
lvtyeflymoya:main
Open

复现源码,现在测试redis系统出错#1
lvtyeflymoya wants to merge 7 commits into
cpp-agan-team:mainfrom
lvtyeflymoya:main

Conversation

@lvtyeflymoya

@lvtyeflymoya lvtyeflymoya commented Mar 11, 2026

Copy link
Copy Markdown

复现步骤

1、编译项目

# 进入项目目录
cd /home/ubuntu/a2a-cpp

# 创建并进入 build 目录
mkdir -p build && cd build

# 配置 CMake
cmake .. -DCMAKE_BUILD_TYPE=Release

# 编译(使用单线程避免内存不足)
make -j1

2、运行系统

cd examples/multi_agent_demo

./start_redis_system.sh

3、测试系统,即会报错

./test_redis_system.sh
c727edaffbcef20215e9381a53b085d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants