Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/nemo_platform/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,10 @@ auditor = "nemo_auditor.cli:AuditorPluginCLI"
data-designer = "nemo_data_designer_plugin.cli.main:DataDesignerCLI"
evaluator = "nemo_evaluator.cli:EvaluatorPluginCLI"

# Generated from [tool.bundle-package]; do not edit this table by hand.
[project.entry-points."nemo.client_provider"]
platform = "nmp.common.client_factory:PlatformNemoClientProvider"

# Generated from [tool.bundle-package]; do not edit this table by hand.
[project.entry-points."nemo.controllers"]
agents-deployment = "nemo_agents_plugin.runner.controller:AgentDeploymentController"
Expand Down
Loading
Loading