veadk-python 0.5.0__tar.gz → 0.5.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {veadk_python-0.5.0/veadk_python.egg-info → veadk_python-0.5.1}/PKG-INFO +2 -2
- {veadk_python-0.5.0 → veadk_python-0.5.1}/pyproject.toml +2 -2
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/agent.py +24 -3
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/configs/database_configs.py +4 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/knowledgebase/backends/opensearch_backend.py +17 -3
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/memory/long_term_memory_backends/opensearch_backend.py +12 -3
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/builtin_tools/image_generate.py +16 -18
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/builtin_tools/web_search.py +6 -1
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/version.py +1 -1
- {veadk_python-0.5.0 → veadk_python-0.5.1/veadk_python.egg-info}/PKG-INFO +2 -2
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk_python.egg-info/requires.txt +1 -1
- {veadk_python-0.5.0 → veadk_python-0.5.1}/LICENSE +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/README.md +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/setup.cfg +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/tests/test_agent.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/tests/test_cloud.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/tests/test_evaluator.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/tests/test_knowledgebase.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/tests/test_long_term_memory.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/tests/test_misc.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/tests/test_multiple_agents.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/tests/test_runner.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/tests/test_runtime_data_collecting.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/tests/test_short_term_memory.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/tests/test_tracing.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/tests/test_ve_a2a_middlewares.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/tests/test_ve_identity_auth_config.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/tests/test_ve_identity_function_tool.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/tests/test_ve_identity_mcp_tool.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/tests/test_ve_identity_mcp_toolset.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/a2a/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/a2a/agent_card.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/a2a/remote_ve_agent.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/a2a/utils/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/a2a/utils/agent_to_a2a.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/a2a/ve_a2a_server.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/a2a/ve_agent_executor.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/a2a/ve_middlewares.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/a2a/ve_task_store.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/agent_builder.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/agents/loop_agent.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/agents/parallel_agent.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/agents/sequential_agent.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/auth/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/auth/base_auth.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/auth/ve_credential_service.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/auth/veauth/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/auth/veauth/apmplus_veauth.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/auth/veauth/ark_veauth.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/auth/veauth/base_veauth.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/auth/veauth/cozeloop_veauth.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/auth/veauth/opensearch_veauth.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/auth/veauth/postgresql_veauth.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/auth/veauth/prompt_pilot_veauth.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/auth/veauth/speech_veauth.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/auth/veauth/utils.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/auth/veauth/vesearch_veauth.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/auth/veauth/viking_mem0_veauth.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/cli.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/cli_agentkit.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/cli_clean.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/cli_create.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/cli_deploy.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/cli_eval.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/cli_init.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/cli_kb.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/cli_pipeline.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/cli_prompt.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/cli_rl.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/cli_update.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/cli_uploadevalset.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/cli_web.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/templates/rl/ark/README.md +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/templates/rl/ark/arkworkspace.toml +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/templates/rl/ark/data/demo_dataset.jsonl +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/templates/rl/ark/job.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/templates/rl/ark/job.yaml +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/templates/rl/ark/plugins/random_reward.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/templates/rl/ark/plugins/raw_async_veadk_rollout.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/templates/rl/ark/plugins/test_utils.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/templates/rl/ark/requirements.txt +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/templates/rl/ark/test_faas.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cloud/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cloud/cloud_agent_engine.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cloud/cloud_app.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/config.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/configs/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/configs/auth_configs.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/configs/model_configs.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/configs/tool_configs.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/configs/tracing_configs.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/consts.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/evaluation/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/evaluation/adk_evaluator/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/evaluation/adk_evaluator/adk_evaluator.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/evaluation/base_evaluator.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/evaluation/deepeval_evaluator/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/evaluation/deepeval_evaluator/deepeval_evaluator.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/evaluation/eval_set_file_loader.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/evaluation/eval_set_recorder.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/evaluation/types.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/evaluation/utils/prometheus.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_apig/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_apig/ve_apig.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_apig/ve_apig_utils.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_code_pipeline/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_code_pipeline/ve_code_pipeline.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_cozeloop/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_cozeloop/ve_cozeloop.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_cr/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_cr/ve_cr.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/template/cookiecutter.json +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/template/{{cookiecutter.local_dir_name}}/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/template/{{cookiecutter.local_dir_name}}/clean.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/template/{{cookiecutter.local_dir_name}}/config.yaml.example +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/template/{{cookiecutter.local_dir_name}}/deploy.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/template/{{cookiecutter.local_dir_name}}/src/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/template/{{cookiecutter.local_dir_name}}/src/agent.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/template/{{cookiecutter.local_dir_name}}/src/app.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/template/{{cookiecutter.local_dir_name}}/src/requirements.txt +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/template/{{cookiecutter.local_dir_name}}/src/run.sh +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/template/{{cookiecutter.local_dir_name}}/src/{{ cookiecutter.app_name }}/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/template/{{cookiecutter.local_dir_name}}/src/{{ cookiecutter.app_name }}/agent.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/ve_faas.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/ve_faas_utils.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/web_template/cookiecutter.json +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/clean.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/config.yaml.example +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/deploy.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/src/Dockerfile +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/src/app.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/src/init_db.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/src/models.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/src/requirements.txt +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/src/run.sh +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/src/static/css/style.css +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/src/static/js/admin.js +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/src/templates/admin/dashboard.html +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/src/templates/admin/edit_post.html +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/src/templates/admin/login.html +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/src/templates/admin/posts.html +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/src/templates/base.html +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/src/templates/index.html +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/web_template/{{cookiecutter.local_dir_name}}/src/templates/post.html +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_identity/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_identity/auth_config.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_identity/auth_mixins.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_identity/auth_processor.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_identity/function_tool.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_identity/identity_client.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_identity/mcp_tool.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_identity/mcp_toolset.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_identity/models.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_identity/token_manager.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_identity/utils.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_prompt_pilot/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_prompt_pilot/ve_prompt_pilot.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_tls/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_tls/utils.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_tls/ve_tls.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_tos/ve_tos.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_viking_db_memory/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_viking_db_memory/ve_viking_db_memory.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/knowledgebase/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/knowledgebase/backends/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/knowledgebase/backends/base_backend.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/knowledgebase/backends/in_memory_backend.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/knowledgebase/backends/redis_backend.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/knowledgebase/backends/tos_vector_backend.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/knowledgebase/backends/utils.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/knowledgebase/backends/vikingdb_knowledge_backend.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/knowledgebase/entry.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/knowledgebase/knowledgebase.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/memory/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/memory/long_term_memory.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/memory/long_term_memory_backends/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/memory/long_term_memory_backends/base_backend.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/memory/long_term_memory_backends/in_memory_backend.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/memory/long_term_memory_backends/mem0_backend.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/memory/long_term_memory_backends/redis_backend.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/memory/long_term_memory_backends/vikingdb_memory_backend.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/memory/short_term_memory.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/memory/short_term_memory_backends/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/memory/short_term_memory_backends/base_backend.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/memory/short_term_memory_backends/mysql_backend.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/memory/short_term_memory_backends/postgresql_backend.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/memory/short_term_memory_backends/sqlite_backend.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/memory/short_term_memory_processor.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/models/ark_llm.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/models/ark_transform.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/processors/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/processors/base_run_processor.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/prompts/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/prompts/agent_default_prompt.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/prompts/prompt_evaluator.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/prompts/prompt_manager.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/prompts/prompt_memory_processor.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/prompts/prompt_optimization.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/realtime/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/realtime/client.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/realtime/doubao_realtime_voice_llm.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/realtime/doubao_realtime_voice_llm_connection.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/realtime/live.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/realtime/protocol.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/runner.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/builtin_tools/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/builtin_tools/agent_authorization.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/builtin_tools/execute_skills.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/builtin_tools/generate_image.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/builtin_tools/image_edit.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/builtin_tools/lark.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/builtin_tools/las.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/builtin_tools/link_reader.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/builtin_tools/llm_shield.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/builtin_tools/load_knowledgebase.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/builtin_tools/mcp_router.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/builtin_tools/mobile_run.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/builtin_tools/run_code.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/builtin_tools/tts.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/builtin_tools/vesearch.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/builtin_tools/video_generate.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/builtin_tools/web_scraper.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/demo_tools.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/load_knowledgebase_tool.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/mcp_tool/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/mcp_tool/trusted_mcp_session_manager.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/mcp_tool/trusted_mcp_toolset.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/sandbox/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/sandbox/browser_sandbox.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/sandbox/code_sandbox.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tools/sandbox/computer_sandbox.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tracing/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tracing/base_tracer.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tracing/telemetry/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tracing/telemetry/attributes/attributes.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tracing/telemetry/attributes/extractors/common_attributes_extractors.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tracing/telemetry/attributes/extractors/llm_attributes_extractors.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tracing/telemetry/attributes/extractors/tool_attributes_extractors.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tracing/telemetry/attributes/extractors/types.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tracing/telemetry/exporters/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tracing/telemetry/exporters/apmplus_exporter.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tracing/telemetry/exporters/base_exporter.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tracing/telemetry/exporters/cozeloop_exporter.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tracing/telemetry/exporters/inmemory_exporter.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tracing/telemetry/exporters/tls_exporter.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tracing/telemetry/opentelemetry_tracer.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/tracing/telemetry/telemetry.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/types.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/utils/__init__.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/utils/audio_manager.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/utils/auth.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/utils/logger.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/utils/mcp_utils.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/utils/misc.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/utils/patches.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/utils/volcengine_sign.py +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk_python.egg-info/SOURCES.txt +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk_python.egg-info/dependency_links.txt +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk_python.egg-info/entry_points.txt +0 -0
- {veadk_python-0.5.0 → veadk_python-0.5.1}/veadk_python.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: veadk-python
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.1
|
|
4
4
|
Summary: Volcengine agent development kit, integrations with Volcengine cloud services.
|
|
5
5
|
Author-email: Yaozheng Fang <fangyozheng@gmail.com>, Guodong Li <cu.eric.lee@gmail.com>, Zhi Han <sliverydayday@gmail.com>, Meng Wang <mengwangwm@gmail.com>
|
|
6
6
|
License: Apache License
|
|
@@ -236,7 +236,7 @@ Requires-Dist: aiomysql==0.3.2
|
|
|
236
236
|
Requires-Dist: opensearch-py==2.8.0
|
|
237
237
|
Requires-Dist: filetype==1.2.0
|
|
238
238
|
Requires-Dist: vikingdb-python-sdk==0.1.3
|
|
239
|
-
Requires-Dist: agentkit-sdk-python
|
|
239
|
+
Requires-Dist: agentkit-sdk-python>=0.2.0
|
|
240
240
|
Provides-Extra: extensions
|
|
241
241
|
Requires-Dist: redis>=5.0; extra == "extensions"
|
|
242
242
|
Requires-Dist: tos>=2.8.4; extra == "extensions"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "veadk-python"
|
|
3
|
-
version = "0.5.
|
|
3
|
+
version = "0.5.1"
|
|
4
4
|
description = "Volcengine agent development kit, integrations with Volcengine cloud services."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
@@ -40,7 +40,7 @@ dependencies = [
|
|
|
40
40
|
"opensearch-py==2.8.0",
|
|
41
41
|
"filetype==1.2.0",
|
|
42
42
|
"vikingdb-python-sdk==0.1.3",
|
|
43
|
-
"agentkit-sdk-python
|
|
43
|
+
"agentkit-sdk-python>=0.2.0"
|
|
44
44
|
]
|
|
45
45
|
|
|
46
46
|
[project.scripts]
|
|
@@ -74,7 +74,7 @@ class Agent(LlmAgent):
|
|
|
74
74
|
name (str): The name of the agent.
|
|
75
75
|
description (str): A description of the agent, useful in A2A scenarios.
|
|
76
76
|
instruction (Union[str, InstructionProvider]): The instruction or instruction provider.
|
|
77
|
-
model_name (str): Name of the model used by the agent.
|
|
77
|
+
model_name (Union[str, List[str]]): Name of the model used by the agent.
|
|
78
78
|
model_provider (str): Provider of the model (e.g., openai).
|
|
79
79
|
model_api_base (str): The base URL of the model API.
|
|
80
80
|
model_api_key (str): The API key for accessing the model.
|
|
@@ -93,7 +93,9 @@ class Agent(LlmAgent):
|
|
|
93
93
|
description: str = DEFAULT_DESCRIPTION
|
|
94
94
|
instruction: Union[str, InstructionProvider] = DEFAULT_INSTRUCTION
|
|
95
95
|
|
|
96
|
-
model_name: str = Field(
|
|
96
|
+
model_name: Union[str, list[str]] = Field(
|
|
97
|
+
default_factory=lambda: settings.model.name
|
|
98
|
+
)
|
|
97
99
|
model_provider: str = Field(default_factory=lambda: settings.model.provider)
|
|
98
100
|
model_api_base: str = Field(default_factory=lambda: settings.model.api_base)
|
|
99
101
|
model_api_key: str = Field(default_factory=lambda: settings.model.api_key)
|
|
@@ -183,10 +185,29 @@ class Agent(LlmAgent):
|
|
|
183
185
|
min_tokens=0,
|
|
184
186
|
)
|
|
185
187
|
else:
|
|
188
|
+
fallbacks = None
|
|
189
|
+
if isinstance(self.model_name, list):
|
|
190
|
+
if self.model_name:
|
|
191
|
+
model_name = self.model_name[0]
|
|
192
|
+
fallbacks = [
|
|
193
|
+
f"{self.model_provider}/{m}" for m in self.model_name[1:]
|
|
194
|
+
]
|
|
195
|
+
logger.info(
|
|
196
|
+
f"Using primary model: {model_name}, with fallbacks: {self.model_name[1:]}"
|
|
197
|
+
)
|
|
198
|
+
else:
|
|
199
|
+
model_name = settings.model.name
|
|
200
|
+
logger.warning(
|
|
201
|
+
f"Empty model_name list provided, using default model from settings: {model_name}"
|
|
202
|
+
)
|
|
203
|
+
else:
|
|
204
|
+
model_name = self.model_name
|
|
205
|
+
|
|
186
206
|
self.model = LiteLlm(
|
|
187
|
-
model=f"{self.model_provider}/{
|
|
207
|
+
model=f"{self.model_provider}/{model_name}",
|
|
188
208
|
api_key=self.model_api_key,
|
|
189
209
|
api_base=self.model_api_base,
|
|
210
|
+
fallbacks=fallbacks,
|
|
190
211
|
**self.model_extra_config,
|
|
191
212
|
)
|
|
192
213
|
logger.debug(
|
{veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/knowledgebase/backends/opensearch_backend.py
RENAMED
|
@@ -27,9 +27,13 @@ from typing_extensions import Any, override
|
|
|
27
27
|
|
|
28
28
|
import veadk.config # noqa E401
|
|
29
29
|
from veadk.configs.database_configs import OpensearchConfig
|
|
30
|
-
from veadk.configs.model_configs import
|
|
30
|
+
from veadk.configs.model_configs import (
|
|
31
|
+
EmbeddingModelConfig,
|
|
32
|
+
NormalEmbeddingModelConfig,
|
|
33
|
+
)
|
|
31
34
|
from veadk.knowledgebase.backends.base_backend import BaseKnowledgebaseBackend
|
|
32
35
|
from veadk.knowledgebase.backends.utils import get_llama_index_splitter
|
|
36
|
+
from veadk.utils.logger import get_logger
|
|
33
37
|
|
|
34
38
|
try:
|
|
35
39
|
from llama_index.vector_stores.opensearch import (
|
|
@@ -42,6 +46,9 @@ except ImportError:
|
|
|
42
46
|
)
|
|
43
47
|
|
|
44
48
|
|
|
49
|
+
logger = get_logger(__name__)
|
|
50
|
+
|
|
51
|
+
|
|
45
52
|
class OpensearchKnowledgeBackend(BaseKnowledgebaseBackend):
|
|
46
53
|
"""Opensearch-based backend for knowledgebase.
|
|
47
54
|
|
|
@@ -79,6 +86,12 @@ class OpensearchKnowledgeBackend(BaseKnowledgebaseBackend):
|
|
|
79
86
|
|
|
80
87
|
def model_post_init(self, __context: Any) -> None:
|
|
81
88
|
self.precheck_index_naming()
|
|
89
|
+
|
|
90
|
+
if not self.opensearch_config.cert_path:
|
|
91
|
+
logger.warning(
|
|
92
|
+
"OpenSearch cert_path is not set, which may lead to security risks"
|
|
93
|
+
)
|
|
94
|
+
|
|
82
95
|
self._opensearch_client = OpensearchVectorClient(
|
|
83
96
|
endpoint=self.opensearch_config.host,
|
|
84
97
|
port=self.opensearch_config.port,
|
|
@@ -86,8 +99,9 @@ class OpensearchKnowledgeBackend(BaseKnowledgebaseBackend):
|
|
|
86
99
|
self.opensearch_config.username,
|
|
87
100
|
self.opensearch_config.password,
|
|
88
101
|
),
|
|
89
|
-
use_ssl=
|
|
90
|
-
verify_certs=False,
|
|
102
|
+
use_ssl=self.opensearch_config.use_ssl,
|
|
103
|
+
verify_certs=False if not self.opensearch_config.cert_path else True,
|
|
104
|
+
ca_certs=self.opensearch_config.cert_path,
|
|
91
105
|
dim=self.embedding_config.dim,
|
|
92
106
|
index=self.index, # collection name
|
|
93
107
|
)
|
|
@@ -22,7 +22,10 @@ from typing_extensions import Any, override
|
|
|
22
22
|
|
|
23
23
|
import veadk.config # noqa E401
|
|
24
24
|
from veadk.configs.database_configs import OpensearchConfig
|
|
25
|
-
from veadk.configs.model_configs import
|
|
25
|
+
from veadk.configs.model_configs import (
|
|
26
|
+
EmbeddingModelConfig,
|
|
27
|
+
NormalEmbeddingModelConfig,
|
|
28
|
+
)
|
|
26
29
|
from veadk.knowledgebase.backends.utils import get_llama_index_splitter
|
|
27
30
|
from veadk.memory.long_term_memory_backends.base_backend import (
|
|
28
31
|
BaseLongTermMemoryBackend,
|
|
@@ -74,6 +77,11 @@ class OpensearchLTMBackend(BaseLongTermMemoryBackend):
|
|
|
74
77
|
|
|
75
78
|
self.precheck_index_naming(index)
|
|
76
79
|
|
|
80
|
+
if not self.opensearch_config.cert_path:
|
|
81
|
+
logger.warning(
|
|
82
|
+
"OpenSearch cert_path is not set, which may lead to security risks"
|
|
83
|
+
)
|
|
84
|
+
|
|
77
85
|
opensearch_client = OpensearchVectorClient(
|
|
78
86
|
endpoint=self.opensearch_config.host,
|
|
79
87
|
port=self.opensearch_config.port,
|
|
@@ -81,8 +89,9 @@ class OpensearchLTMBackend(BaseLongTermMemoryBackend):
|
|
|
81
89
|
self.opensearch_config.username,
|
|
82
90
|
self.opensearch_config.password,
|
|
83
91
|
),
|
|
84
|
-
use_ssl=
|
|
85
|
-
verify_certs=False,
|
|
92
|
+
use_ssl=self.opensearch_config.use_ssl,
|
|
93
|
+
verify_certs=False if not self.opensearch_config.cert_path else True,
|
|
94
|
+
ca_certs=self.opensearch_config.cert_path,
|
|
86
95
|
dim=self.embedding_config.dim,
|
|
87
96
|
index=index,
|
|
88
97
|
)
|
|
@@ -122,25 +122,23 @@ def handle_single_task_sync(
|
|
|
122
122
|
and sequential_image_generation == "auto"
|
|
123
123
|
and max_images
|
|
124
124
|
):
|
|
125
|
-
response = (
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
DEFAULT_IMAGE_GENERATE_MODEL_NAME,
|
|
130
|
-
),
|
|
131
|
-
**inputs,
|
|
132
|
-
sequential_image_generation_options=SequentialImageGenerationOptions(
|
|
133
|
-
max_images=max_images
|
|
134
|
-
),
|
|
135
|
-
extra_headers={
|
|
136
|
-
"veadk-source": "veadk",
|
|
137
|
-
"veadk-version": VERSION,
|
|
138
|
-
"User-Agent": f"VeADK/{VERSION}",
|
|
139
|
-
"X-Client-Request-Id": getenv(
|
|
140
|
-
"MODEL_AGENT_CLIENT_REQ_ID", f"veadk/{VERSION}"
|
|
141
|
-
),
|
|
142
|
-
},
|
|
125
|
+
response = client.images.generate(
|
|
126
|
+
model=getenv(
|
|
127
|
+
"MODEL_IMAGE_NAME",
|
|
128
|
+
DEFAULT_IMAGE_GENERATE_MODEL_NAME,
|
|
143
129
|
),
|
|
130
|
+
**inputs,
|
|
131
|
+
sequential_image_generation_options=SequentialImageGenerationOptions(
|
|
132
|
+
max_images=max_images
|
|
133
|
+
),
|
|
134
|
+
extra_headers={
|
|
135
|
+
"veadk-source": "veadk",
|
|
136
|
+
"veadk-version": VERSION,
|
|
137
|
+
"User-Agent": f"VeADK/{VERSION}",
|
|
138
|
+
"X-Client-Request-Id": getenv(
|
|
139
|
+
"MODEL_AGENT_CLIENT_REQ_ID", f"veadk/{VERSION}"
|
|
140
|
+
),
|
|
141
|
+
},
|
|
144
142
|
)
|
|
145
143
|
else:
|
|
146
144
|
response = client.images.generate(
|
|
@@ -38,7 +38,12 @@ def web_search(query: str, tool_context: ToolContext | None = None) -> list[str]
|
|
|
38
38
|
"""
|
|
39
39
|
ak = None
|
|
40
40
|
sk = None
|
|
41
|
-
|
|
41
|
+
# First try to get tool-specific AK/SK
|
|
42
|
+
ak = os.getenv("TOOL_WEB_SEARCH_ACCESS_KEY")
|
|
43
|
+
sk = os.getenv("TOOL_WEB_SEARCH_SECRET_KEY")
|
|
44
|
+
if ak and sk:
|
|
45
|
+
logger.debug("Successfully get tool-specific AK/SK.")
|
|
46
|
+
elif tool_context:
|
|
42
47
|
ak = tool_context.state.get("VOLCENGINE_ACCESS_KEY")
|
|
43
48
|
sk = tool_context.state.get("VOLCENGINE_SECRET_KEY")
|
|
44
49
|
session_token = ""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: veadk-python
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.1
|
|
4
4
|
Summary: Volcengine agent development kit, integrations with Volcengine cloud services.
|
|
5
5
|
Author-email: Yaozheng Fang <fangyozheng@gmail.com>, Guodong Li <cu.eric.lee@gmail.com>, Zhi Han <sliverydayday@gmail.com>, Meng Wang <mengwangwm@gmail.com>
|
|
6
6
|
License: Apache License
|
|
@@ -236,7 +236,7 @@ Requires-Dist: aiomysql==0.3.2
|
|
|
236
236
|
Requires-Dist: opensearch-py==2.8.0
|
|
237
237
|
Requires-Dist: filetype==1.2.0
|
|
238
238
|
Requires-Dist: vikingdb-python-sdk==0.1.3
|
|
239
|
-
Requires-Dist: agentkit-sdk-python
|
|
239
|
+
Requires-Dist: agentkit-sdk-python>=0.2.0
|
|
240
240
|
Provides-Extra: extensions
|
|
241
241
|
Requires-Dist: redis>=5.0; extra == "extensions"
|
|
242
242
|
Requires-Dist: tos>=2.8.4; extra == "extensions"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/templates/rl/ark/data/demo_dataset.jsonl
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/cli/templates/rl/ark/plugins/random_reward.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/evaluation/deepeval_evaluator/deepeval_evaluator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_code_pipeline/ve_code_pipeline.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/template/cookiecutter.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{veadk_python-0.5.0 → veadk_python-0.5.1}/veadk/integrations/ve_faas/web_template/cookiecutter.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|