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
The extension will load automatically. No additional build steps are required.
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
Release history Release notifications | RSS feed
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.5.tar.gz
(2.3 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
cellsistant-0.1.5-py3-none-any.whl
(736.0 kB
view details)
File details
Details for the file cellsistant-0.1.5.tar.gz.
File metadata
- Download URL: cellsistant-0.1.5.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16726ea8d333fbb8737110f3490face85aa6245fd0f499bd1d96cf6e107c2e00
|
|
| MD5 |
b13f4deaf17c2e2f3a95c79605856265
|
|
| BLAKE2b-256 |
8d1e3f16771144707b44d3bc66f07da4caed69578ce4ce411401fd31fec26ef4
|
File details
Details for the file cellsistant-0.1.5-py3-none-any.whl.
File metadata
- Download URL: cellsistant-0.1.5-py3-none-any.whl
- Upload date:
- Size: 736.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a176cd2298e85c6b58870224942386b86ffb943f376bfd01140d20188b8c5453
|
|
| MD5 |
ba2ff168ce1404c6f36d0b68edd281f2
|
|
| BLAKE2b-256 |
299b4629a9ae3113142b854ddfb886877999e97771094b3253c84f5dd3828508
|