chartkit

package
v0.38.0-rc.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2026 License: MIT Imports: 3 Imported by: 0

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

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 New

func New() *Module

New creates a new chartkit module.

func (*Module) ApplyDefaults

func (m *Module) ApplyDefaults()

func (*Module) DefaultEnabled

func (m *Module) DefaultEnabled() bool

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) Init

func (m *Module) Init(_ []byte) error

func (*Module) Name

func (m *Module) Name() string

func (*Module) PythonAPIDocs

func (m *Module) PythonAPIDocs() map[string]types.ModuleDoc

PythonAPIDocs documents the chartkit public functions for `panda docs chartkit`.

func (*Module) Start

func (m *Module) Start(_ context.Context) error

func (*Module) Stop

func (m *Module) Stop(_ context.Context) error

func (*Module) Validate

func (m *Module) Validate() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL