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

Refactor AgentMarket class to use abstract methods #358

Open
coderabbitai bot opened this issue Aug 21, 2024 · 0 comments
Open

Refactor AgentMarket class to use abstract methods #358

coderabbitai bot opened this issue Aug 21, 2024 · 0 comments

Comments

@coderabbitai
Copy link

coderabbitai bot commented Aug 21, 2024

Refactor the AgentMarket class to make it an abstract class and use the @abstractmethod decorator for methods currently raising NotImplementedError. This change will enforce the implementation of necessary methods in subclasses, providing compile-time warnings if they are not implemented. This approach will enhance code robustness and prevent runtime errors. See the discussion for more details: #352 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant