-
Notifications
You must be signed in to change notification settings - Fork 152
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
Agent backend abstraction #134
Comments
With the work related to lablup/backend.ai-agent#66, now we have a working plugin auto-discovery mechanism. |
This issue is the precondition to resolve lablup/backend.ai-agent#68. |
This is now going to be implemented via lablup/backend.ai-agent#125 and lablup/backend.ai-agent#123. |
lablup/backend.ai-agent#123 PR now moved to lablup/backend.ai-agent#128 |
This is considered done. |
Currently we use only Docker containers as the kernel session host.
However, this may be extended to other type of services, such as cloud vendor-specific remote APIs or local processes for debugging and testing purposes.
For instance, we could implement a "data agent" by specializing a subset of agents in a cluster to manage a memory-cached distributed filesystem such as Alluxio.
agent.toml
The text was updated successfully, but these errors were encountered: