Skip to content

Conversation

@floritange
Copy link
Collaborator

No description provided.

@floritange floritange force-pushed the test/vefaas-tests-docs branch from 059138f to 02d3709 Compare August 7, 2025 14:13
@floritange floritange force-pushed the test/vefaas-tests-docs branch from 02d3709 to 7d3400f Compare August 7, 2025 14:17
with open(os.path.join(temp_dir, "agent.py"), "w") as f:
f.write(f"# Test agent implementation with {key}")

# 这里不再需要 patch.dict,因为环境变量已经设置
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comments should be in English rather than Chinese

path="/my-agent-project" # 本地项目路径
)

print(f"应用已更新,访问地址:{updated_cloud_app.vefaas_endpoint}")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to a comment statement rather than a print statement:

可以使用updated_cloud_app.vefaas_endpoint访问你的项目

engine = CloudAgentEngine()

# 删除指定的云应用
engine.remove("my-agent-app")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

engine.remove(xxx="xxx")

@yaozheng-fang yaozheng-fang merged commit 585b7d2 into volcengine:main Aug 8, 2025
5 checks passed
yaozheng-fang pushed a commit that referenced this pull request Aug 15, 2025
…ate deploy docs (#39)

* test(vefaas): update Unitest of CloudAgentEngine and CloudApp

* fix(test): test_cloud typer dependency

* test(vefaas): volcenginesdkcore dependency, uv sync --all-extras

* test(vefaas): modify chinese annotation

* test(vefaas): fix deploy docs

---------

Co-authored-by: tangou <tangou@bytedance.com>
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.

3 participants