Skip to main content

AI Agent sidebar panel for JupyterLab.

Project description

Cellsistant

AI Agent sidebar panel for JupyterLab.

Requirements

  • Python: 3.9+
  • JupyterLab: 4.x

Installation

pip install cellsistant
jupyter lab

Development

Build Commands

Frontend (TypeScript):

npm run build           # Development build
npm run build:prod       # Production build
npm run watch            # Watch mode

Backend (Python):

pip install -e .         # Install in editable mode
python -m build          # Create distribution

Testing

Python tests:

pytest
pytest cellsistant/tests/

TypeScript tests:

npm test

Linting

Python:

npm run lint:python       # Check and fix
npm run format:python     # Format

TypeScript:

npm run lint              # Check and fix
npm run lint:check        # Check only

All:

npm run lint:all          # Check and fix all
npm run lint:all:check    # Check all

Project Structure

cellsistant/
├── __init__.py          # Server extension, API handlers
├── chat_utils.py        # Chat utilities
├── history.py           # Chat history
├── prompts.py           # System prompts
├── rate_limiter.py      # API rate limiting
├── retry.py             # API retry logic
├── settings.py          # Settings management
├── tools_definitions.py # Tool definitions
└── tests/               # Python tests

src/
├── index.ts             # Extension entry point
├── chat-panel.ts        # Chat panel widget
├── chat-ui.ts           # Chat UI components
├── api.ts               # API client
├── tools.ts             # Tool interfaces
├── tool-registry.ts     # Tool registry
├── permission-manager.ts # Tool permissions
└── tools/
    ├── notebook-tools.ts
    ├── file-tools.ts
    ├── search-tools.ts
    ├── shell-tools.ts
    └── package-tools.ts

License

BSD-3-Clause. See LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cellsistant-0.1.8.tar.gz (2.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cellsistant-0.1.8-py3-none-any.whl (736.6 kB view details)

Uploaded Python 3

File details

Details for the file cellsistant-0.1.8.tar.gz.

File metadata

  • Download URL: cellsistant-0.1.8.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for cellsistant-0.1.8.tar.gz
Algorithm Hash digest
SHA256 9c02ce2a624a655e2473bd06cc280dc8ce895eeb9ad24e434f4c7af4fc703b62
MD5 fea5a46605c19c28b2955993a508cc09
BLAKE2b-256 292a01df57d3e3153718f707892bec8885a3886f2a86466f913f9cb3542f83f1

See more details on using hashes here.

File details

Details for the file cellsistant-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: cellsistant-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 736.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for cellsistant-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 fcda11ec82d953912a23f6e767922e7a74a87dc48f6f2805f36865181d7ba085
MD5 545dc337e91421be63ea92abb8fb2ab3
BLAKE2b-256 2f3712079835b8e70b0bded3e782fe0624f9287df452c981f032aabf1a7afe2d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page