CRAB: Cross-environment Agent Benchmark for Multimodal Language Model Agents. https://crab.camel-ai.org/
186
stars
26
forks
source link
[Feature Request] Add authorization key in action execution network API #18
Closed
dandansamax closed 2 months ago
Required prerequisites
Motivation
Current action execution API doesn't require any verification, which makes the environment server easily controlled by any malicious user.
Solution
Additional context
Client: https://github.com/camel-ai/crab/blob/3f379659424301e24ecb5d2973ec15708e578cf0/crab/core/environment.py#L210-L225
Server: https://github.com/camel-ai/crab/blob/3f379659424301e24ecb5d2973ec15708e578cf0/crab/server/api.py#L23-L34