-
Notifications
You must be signed in to change notification settings - Fork 22
feat(runtime): add support loading configuration from .env file and environment variables #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(runtime): add support loading configuration from .env file and environment variables #84
Conversation
|
|
xuehuitian45
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The current code looks good to me. It can be merged after making the following two changes:
- Please remove the Lombok syntax used in AgentApp, as our coding standards do not allow the use of Lombok.
- Please document the new functionality you've added in the cookbook, so that users can become aware of the new feature and understand how to use it.
…t_configuration_from_file_or_vars
…t_configuration_from_file_or_vars
Okay, I am done |
|
Please fix license error. |
Done |
|
LGTM |
https://github.com/agentscope-ai/agentscope-runtime-java/issues/70