Skip to content

feat(runtime): add local agentic process discovery#1287

Draft
ramizpolic wants to merge 1 commit into
mainfrom
feat/run
Draft

feat(runtime): add local agentic process discovery#1287
ramizpolic wants to merge 1 commit into
mainfrom
feat/run

Conversation

@ramizpolic
Copy link
Copy Markdown
Member

This PR serves as a base for local agentic process discovery, including metadata, services, network/socket details, etc.

This is just a sample boilerplate and needs to be extended with improvements around OS-process data extraction and rules for agentic protocol discovery (e.g. what data is needed for A2A/MCP session)

Current Status

  • Supports discovery of all local processes that were spawned in the format of __AGNTCY_DISCOVERY__=true <command> <args>
  • Fetching network and socket information is unreliable so only common metadata is discovered about a process
  • Some process details are OS-specific and may not be available across all systems
  • Review requirements and adjust accordingly

Signed-off-by: Ramiz Polic <ramiz.polic@hotmail.com>
@ramizpolic ramizpolic linked an issue Apr 8, 2026 that may be closed by this pull request
2 tasks
@ramizpolic ramizpolic added this to the DIR v1.3 milestone Apr 8, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 8, 2026

The latest Buf updates on your PR. Results from workflow Buf CI / verify-proto (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed⏩ skipped⏩ skipped✅ passedApr 8, 2026, 9:17 PM

@github-actions github-actions Bot added the size/M Denotes a PR that changes 200-999 lines label Apr 8, 2026
@ramizpolic ramizpolic removed this from the DIR v1.3 milestone Apr 27, 2026
@ramizpolic ramizpolic self-assigned this Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/M Denotes a PR that changes 200-999 lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Local Agentic Runtime support

1 participant