Skip to content
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: implement network agent plugin architecture #2099

Draft
wants to merge 3 commits into
base: topic/manager-network-implementation-update
Choose a base branch
from

Conversation

kyujin-cho
Copy link
Member

Checklist: (if applicable)

  • Milestone metadata specifying the target backport version
  • Mention to the original issue
  • Installer updates including:
    • Fixtures for db schema changes
    • New mandatory config options
  • Update of end-to-end CLI integration tests in ai.backend.test
  • API server-client counterparts (e.g., manager API -> client SDK)
  • Test case(s) to:
    • Demonstrate the difference of before/after
    • Demonstrate the flow of abstract/conceptual models with a concrete implementation
  • Documentation
    • Contents in the docs directory
    • docstrings in public interfaces and type annotations

Copy link
Member Author

kyujin-cho commented May 3, 2024

Copy link

graphite-app bot commented May 3, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “flow:merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “flow:hotfix” to add to the merge queue as a hot fix.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

@github-actions github-actions bot added comp:agent Related to Agent component size:M 30~100 LoC labels May 3, 2024
@kyujin-cho kyujin-cho force-pushed the topic/manager-network-implementation-update branch from 85a31e1 to 8cb5036 Compare May 3, 2024 03:58
@kyujin-cho kyujin-cho force-pushed the topic/agent-network-plugin-architecture branch 3 times, most recently from 22170aa to 26fff6a Compare May 7, 2024 07:48
@kyujin-cho kyujin-cho force-pushed the topic/manager-network-implementation-update branch from ddb2224 to 8017f21 Compare May 13, 2024 09:03
@kyujin-cho kyujin-cho force-pushed the topic/agent-network-plugin-architecture branch 3 times, most recently from 0afd427 to 66b67b4 Compare May 14, 2024 14:20
@kyujin-cho kyujin-cho force-pushed the topic/manager-network-implementation-update branch from 4dfbe5f to 40dc4ac Compare June 5, 2024 08:54
@kyujin-cho kyujin-cho force-pushed the topic/agent-network-plugin-architecture branch from 66b67b4 to 06b8b6b Compare June 5, 2024 08:54
@kyujin-cho kyujin-cho force-pushed the topic/manager-network-implementation-update branch from 40dc4ac to e609ef7 Compare August 6, 2024 09:06
@kyujin-cho kyujin-cho force-pushed the topic/agent-network-plugin-architecture branch from 06b8b6b to 044b652 Compare August 6, 2024 09:06
@kyujin-cho kyujin-cho force-pushed the topic/manager-network-implementation-update branch from e609ef7 to 046dc32 Compare August 19, 2024 08:22
@kyujin-cho kyujin-cho force-pushed the topic/agent-network-plugin-architecture branch from 044b652 to 0ecaa8c Compare August 19, 2024 08:22
@kyujin-cho kyujin-cho force-pushed the topic/manager-network-implementation-update branch from 046dc32 to 9b4bc84 Compare August 19, 2024 08:51
@kyujin-cho kyujin-cho force-pushed the topic/agent-network-plugin-architecture branch from 0ecaa8c to 93d13ac Compare August 19, 2024 08:51
@kyujin-cho kyujin-cho force-pushed the topic/manager-network-implementation-update branch from 9ba60eb to 40435a5 Compare August 21, 2024 06:01
@kyujin-cho kyujin-cho force-pushed the topic/agent-network-plugin-architecture branch from 93d13ac to 77c4dec Compare August 21, 2024 06:01
@kyujin-cho kyujin-cho force-pushed the topic/manager-network-implementation-update branch from 40435a5 to b3e7a87 Compare September 2, 2024 06:59
@kyujin-cho kyujin-cho force-pushed the topic/agent-network-plugin-architecture branch from 77c4dec to ef6dc7b Compare September 2, 2024 06:59
@kyujin-cho kyujin-cho force-pushed the topic/manager-network-implementation-update branch from 9c255bf to 90e96da Compare September 23, 2024 07:03
@kyujin-cho kyujin-cho force-pushed the topic/agent-network-plugin-architecture branch from ef6dc7b to 50c729a Compare September 23, 2024 07:03
@kyujin-cho kyujin-cho force-pushed the topic/manager-network-implementation-update branch from 90e96da to b79d1e5 Compare October 8, 2024 05:56
@kyujin-cho kyujin-cho force-pushed the topic/agent-network-plugin-architecture branch from 50c729a to 8b32c79 Compare October 8, 2024 05:56
@kyujin-cho kyujin-cho force-pushed the topic/manager-network-implementation-update branch from b79d1e5 to 54be859 Compare October 8, 2024 08:17
@kyujin-cho kyujin-cho force-pushed the topic/agent-network-plugin-architecture branch 2 times, most recently from 65fcc07 to 92eaede Compare October 8, 2024 08:24
@kyujin-cho kyujin-cho force-pushed the topic/manager-network-implementation-update branch from e99ef2d to 92f6320 Compare October 8, 2024 08:31
@kyujin-cho kyujin-cho force-pushed the topic/agent-network-plugin-architecture branch from 92eaede to 9f2d1ff Compare October 8, 2024 08:32
@kyujin-cho kyujin-cho force-pushed the topic/manager-network-implementation-update branch from 92f6320 to 95fad25 Compare October 8, 2024 08:47
@kyujin-cho kyujin-cho force-pushed the topic/agent-network-plugin-architecture branch from 9f2d1ff to 6a39a7b Compare October 8, 2024 08:47
@kyujin-cho kyujin-cho added this to the 24.09 milestone Oct 8, 2024
@kyujin-cho kyujin-cho force-pushed the topic/manager-network-implementation-update branch from 95fad25 to cfe395c Compare October 8, 2024 09:15
@kyujin-cho kyujin-cho force-pushed the topic/agent-network-plugin-architecture branch 2 times, most recently from 543a575 to 9319b27 Compare October 8, 2024 09:30
@kyujin-cho kyujin-cho force-pushed the topic/agent-network-plugin-architecture branch from 9319b27 to af66060 Compare October 11, 2024 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:agent Related to Agent component size:M 30~100 LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant