superduper-io / superduper

Superduper: Build end-to-end AI applications and agent workflows on your existing data infrastructure and preferred tools - without migrating your data.
https://superduper.io
Apache License 2.0
4.83k stars 467 forks source link

[TASK] Implement Component.__str__ #2642

Open jieguangzhou opened 1 week ago

jieguangzhou commented 1 week ago

Implement the __repr__ and __str__ methods for the component to display essential information. It might be possible to use the result of component.info() for this purpose.

When the component is complex, it might make the component difficult to inspect.

image
blythed commented 1 week ago

Agreed that thing is a disaster.