-
Notifications
You must be signed in to change notification settings - Fork 5
feat: add agentdata components #730
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
Conversation
|
commit hash: 0c1e44e Lint ResultLint: docs/api.yaml
Validation successful |
This commit introduces comprehensive AI configuration parameters across multiple configuration files and adds AI network configuration support. Key changes include: - Updated config example, default, and minimal YAML files with new AI parameters - Created new AI option struct in internal/node/component/ai/option.go - Extended network configuration handler to include AI configuration details - Added AI-specific configuration parameters like API keys, database URLs, and Twitter credentials - Implemented helper functions to generate AI network configuration details
This commit removes the `python_path` configuration parameter from: - Configuration YAML files (example, default, and minimal) - AI option struct in internal/node/component/ai/option.go - Network configuration parameters in internal/node/component/info/network_config.go The parameter appears to be no longer needed and has been cleanly removed from all relevant configuration and struct definitions.
|
commit hash: c7e6180 Lint ResultLint: docs/api.yaml
Validation successful |
|
commit hash: 8bc0490 Lint ResultLint: docs/api.yaml
Validation successful |
|
commit hash: b375de6 Lint ResultLint: docs/api.yaml
Validation successful |
|
commit hash: b94cee1 Lint ResultLint: docs/api.yaml
Validation successful |
|
commit hash: 40b77f3 Lint ResultLint: docs/api.yaml
Validation successful |
|
commit hash: 357d7aa Lint ResultLint: docs/api.yaml
Validation successful |
Summary
Checklist
Does this PR introduce a breaking change?
Other information