Draft
Conversation
…nto renovate/main-langchain
…nto renovate/main-langchain
Contributor
|
🤖 Jobs for this PR can be triggered through checkboxes. 🚧
ℹ️ To trigger the CI, please tick the checkbox below 👇
|
…otstrap' locally and then commit the changes and push to your branch
# Conflicts: # package.json # x-pack/platform/packages/shared/agent-builder/agent-builder-common/index.ts # x-pack/platform/packages/shared/agent-builder/agent-builder-common/tools/constants.ts # x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts # x-pack/platform/packages/shared/agent-builder/agent-builder-server/runner/skill_provider.ts # x-pack/platform/packages/shared/kbn-evals/src/kibana_phoenix_client/client.ts # x-pack/platform/plugins/shared/agent_builder/server/services/agents/modes/run_agent.ts # x-pack/platform/plugins/shared/agent_builder/server/services/runner/runner.ts # x-pack/platform/plugins/shared/agent_builder/server/types.ts # x-pack/platform/plugins/shared/agent_builder_platform/kibana.jsonc # x-pack/platform/plugins/shared/cases/public/components/case_view/case_view_page.tsx # x-pack/platform/plugins/shared/cases/public/components/case_view/use_case_attachment_tabs.tsx # x-pack/platform/plugins/shared/dashboard_agent/server/plugin.ts # x-pack/platform/plugins/shared/fleet/kibana.jsonc # x-pack/platform/plugins/shared/fleet/server/plugin.ts # x-pack/solutions/observability/plugins/observability_agent_builder/kibana.jsonc # x-pack/solutions/observability/plugins/observability_agent_builder/server/tools/register_tools.ts # x-pack/solutions/observability/plugins/observability_agent_builder/server/types.ts # x-pack/solutions/security/plugins/security_solution/public/attack_discovery/pages/results/take_action/index.tsx # x-pack/solutions/security/plugins/security_solution/server/agent_builder/tools/register_tools.ts # x-pack/solutions/security/plugins/security_solution/server/agent_builder/tools/security_labs_search_tool.ts # x-pack/solutions/security/plugins/security_solution/server/plugin.ts # x-pack/solutions/security/test/security_solution_api_integration/test_suites/entity_analytics/utils/index.ts # yarn.lock
…eature/skills-all # Conflicts: # x-pack/platform/packages/shared/kbn-evals/src/evaluate.ts # x-pack/platform/packages/shared/kbn-evals/src/kibana_phoenix_client/client.ts # x-pack/platform/packages/shared/kbn-evals/src/utils/http_handler_from_kbn_client.ts
# Conflicts: # package.json # x-pack/platform/packages/shared/agent-builder/agent-builder-server/agents/provider.ts # x-pack/platform/packages/shared/agent-builder/agent-builder-server/allow_lists.ts # x-pack/platform/packages/shared/agent-builder/agent-builder-server/attachments/index.ts # x-pack/platform/packages/shared/agent-builder/agent-builder-server/attachments/type_definition.ts # x-pack/platform/packages/shared/agent-builder/kbn-evals-suite-agent-builder/evals/product_documentation/product_documentation.spec.ts # x-pack/platform/packages/shared/kbn-evals/index.ts # x-pack/platform/packages/shared/kbn-evals/src/evaluate.ts # x-pack/platform/packages/shared/kbn-evals/src/kibana_evals_executor/client.test.ts # x-pack/platform/packages/shared/kbn-evals/src/kibana_evals_executor/client.ts # x-pack/platform/packages/shared/kbn-evals/src/kibana_phoenix_client/client.ts # x-pack/platform/packages/shared/kbn-evals/src/types.ts # x-pack/platform/packages/shared/kbn-evals/src/utils/analysis.ts # x-pack/platform/packages/shared/kbn-evals/src/utils/evaluation_stats.ts # x-pack/platform/packages/shared/kbn-evals/src/utils/report_model_score.test.ts # x-pack/platform/packages/shared/kbn-evals/src/utils/report_model_score.ts # x-pack/platform/packages/shared/kbn-evals/src/utils/reporting/evaluation_reporter.ts # x-pack/platform/packages/shared/kbn-evals/src/utils/score_repository.ts # x-pack/platform/plugins/shared/agent_builder/server/plugin.ts # x-pack/platform/plugins/shared/agent_builder/server/services/create_services.ts # x-pack/platform/plugins/shared/agent_builder/server/services/runner/types.ts # x-pack/platform/plugins/shared/agent_builder/server/services/skills/index.ts # x-pack/platform/plugins/shared/agent_builder/server/services/skills/types.ts # x-pack/platform/plugins/shared/agent_builder/server/services/types.ts # x-pack/platform/plugins/shared/agent_builder/server/types.ts # x-pack/platform/plugins/shared/agent_builder_platform/server/attachment_types/index.ts # x-pack/platform/plugins/shared/cases/server/client/factory.ts # x-pack/platform/plugins/shared/cases/server/client/types.ts # x-pack/platform/plugins/shared/cases/server/plugin.ts # x-pack/platform/plugins/shared/cases/server/services/index.ts # x-pack/solutions/observability/packages/kbn-evals-suite-obs-ai-assistant/evals/connector/connector.spec.ts # x-pack/solutions/observability/packages/kbn-evals-suite-obs-ai-assistant/evals/documentation/documentation.spec.ts # x-pack/solutions/security/plugins/security_solution/public/plugin.tsx # x-pack/solutions/security/plugins/security_solution/server/agent_builder/skills/register_skills.ts # x-pack/solutions/security/plugins/security_solution/server/agent_builder/tools/alerts_tool.ts # x-pack/solutions/security/plugins/security_solution/server/agent_builder/tools/attack_discovery_search_tool.test.ts # x-pack/solutions/security/plugins/security_solution/server/agent_builder/tools/register_tools.ts # x-pack/solutions/security/plugins/security_solution/server/plugin.ts # yarn.lock
Migrate ~35 skills from legacy `Skill` type to the new `SkillDefinition` type using `defineSkillType` across platform, security, observability, dashboard, fleet, and ML plugins. Replace `createToolProxy` with `getAllowedTools` for built-in tool references, update registration calls from `agentBuilder.skills.register()` to `agentBuilder.skill.registerSkill()`, extend `SkillsDirectoryStructure` with new base paths, and remove legacy `create_tool_proxy` utilities. Update evals AGENTS.md to document new architecture.
- Agent builder: tracing, skill prompts, deep agent mode, tool selection - Osquery: live query service extraction with tests, skill improvements - Security evals: cases eval, HTML reporter, token usage evaluator - Elastic assistant: alert grouping, attack discovery batching/incremental, workflow steps - Inference tracing: baggage, elasticsearch exporter, span processors - Data sources: GitHub issue aggregator with tests - Evals framework: tool usage evaluator, Phoenix client, score repository - Endpoint scripts: agent skills demo, Caldera validation, GCP fleet VM tooling - Cases: attack discovery tab, user actions list updates - Observability: alerts skill updates
# Conflicts: # AGENTS.md # src/platform/packages/shared/kbn-tracing/src/init_tracing.ts # x-pack/platform/packages/shared/agent-builder/agent-builder-common/attachments/versioned_attachment.ts # x-pack/platform/packages/shared/agent-builder/agent-builder-server/allow_lists.ts # x-pack/platform/packages/shared/agent-builder/agent-builder-server/skills/type_definition.ts # x-pack/platform/packages/shared/agent-builder/kbn-evals-suite-agent-builder/playwright.config.ts # x-pack/platform/packages/shared/agent-builder/kbn-evals-suite-agent-builder/src/evaluate_dataset.ts # x-pack/platform/packages/shared/kbn-evals/README.md # x-pack/platform/packages/shared/kbn-evals/src/evaluate.ts # x-pack/platform/packages/shared/kbn-evals/src/utils/score_repository.ts # x-pack/platform/plugins/shared/agent_builder/public/services/attachments/default_renderers.tsx # x-pack/platform/plugins/shared/agent_builder/server/plugin.ts # x-pack/platform/plugins/shared/agent_builder/server/services/attachments/types.ts # x-pack/platform/plugins/shared/agent_builder/server/services/create_services.ts # x-pack/platform/plugins/shared/agent_builder/server/services/types.ts # x-pack/platform/plugins/shared/agent_builder/server/types.ts # x-pack/platform/plugins/shared/agent_builder_platform/server/attachment_types/index.ts # x-pack/platform/plugins/shared/dashboard_agent/server/plugin.ts # x-pack/platform/plugins/shared/fleet/kibana.jsonc # x-pack/solutions/observability/plugins/observability_agent_builder/server/tools/index.ts # x-pack/solutions/observability/plugins/observability_agent_builder/server/tools/register_tools.ts # x-pack/solutions/security/plugins/security_solution/common/experimental_features.ts # x-pack/solutions/security/plugins/security_solution/server/agent_builder/skills/register_skills.ts # x-pack/solutions/security/plugins/security_solution/server/plugin.ts # yarn.lock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Summarize your PR. If it involves visual changes include a screenshot or gif.
Checklist
Check the PR satisfies following conditions.
Reviewers should verify this PR satisfies this list as well.
release_note:breakinglabel should be applied in these situations.release_note:*label is applied per the guidelinesbackport:*labels.Identify risks
Does this PR introduce any risks? For example, consider risks like hard to test bugs, performance regression, potential of data loss.
Describe the risk, its severity, and mitigation for each identified risk. Invite stakeholders and evaluate how to proceed before merging.