Documentation
¶
Overview ¶
Package chartkit surfaces the chartkit sandbox charting library to agents.
chartkit is pure sandbox Python (it lives in the ethpandaops package and renders SVG charts via librsvg), with no datasource or proxy dependency. This module is therefore docs-only: it contributes Python API docs and examples so agents can discover and use the library through execute_python and search.
Index ¶
- type Module
- func (m *Module) ApplyDefaults()
- func (m *Module) DefaultEnabled() bool
- func (m *Module) Examples() map[string]types.ExampleCategory
- func (m *Module) Init(_ []byte) error
- func (m *Module) Name() string
- func (m *Module) PythonAPIDocs() map[string]types.ModuleDoc
- func (m *Module) Start(_ context.Context) error
- func (m *Module) Stop(_ context.Context) error
- func (m *Module) Validate() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Module ¶
type Module struct{}
Module implements the module.Module interface for chartkit (docs-only).
func (*Module) ApplyDefaults ¶
func (m *Module) ApplyDefaults()
func (*Module) DefaultEnabled ¶
DefaultEnabled keeps the docs available without any datasource or config.
func (*Module) Examples ¶
func (m *Module) Examples() map[string]types.ExampleCategory
Examples contributes charting examples to the semantic search index.
func (*Module) PythonAPIDocs ¶
PythonAPIDocs documents the chartkit public functions for `panda docs chartkit`.