The Vastian Network — A distributed multi-agent system for personal and professional knowledge management with MARL-inspired Mentor Council collaboration.
Project description
Vastian Network
A distributed multi-agent system for personal and professional knowledge management, with MARL-inspired Mentor Council collaboration.
Install
pip install vastian
Quick Start
vastian serve # Start the web UI (http://127.0.0.1:4545)
vastian chat # Interactive CLI with agents
Key Commands
| Command | Description |
|---|---|
vastian serve |
Start the unified app (dashboard, copilot, boards) |
vastian chat |
Interactive session; use /help for commands |
vastian setup gdrive / vastian setup dropbox |
Backup storage OAuth |
vastian backup-panel |
Web UI for backup config |
vastian worker |
Background task processor |
vastian giga push / vastian giga pull |
Giga memory sync |
Desktop App
Download the installer for Windows or macOS. The desktop app bundles the backend and runs the same unified UI in a native window.
Configuration
- First run: The app creates a data folder. You can set
VASTIAN_DATA_ROOTto choose the location. - LLM provider: Configure via the Settings page in the app, or set
VASTIAN_LLM_PROVIDERand API keys in.env.
Troubleshooting (Desktop App)
Backend won't start from the installer
-
Check the log:
- Windows:
%LOCALAPPDATA%\com.vastian\logs\vastian.logor%LOCALAPPDATA%\Vastian\logs\vastian.log - macOS:
~/Library/Application Support/com.vastian/logs/vastian.log
- Windows:
-
Run from Command Prompt to see errors: open cmd, go to the install folder (e.g.
C:\Users\YourName\AppData\Local\Programs\Vastian), runVastian.exe. Stderr appears in the console. -
First launch can take 60–90s — PyInstaller extracts on first run.
-
Port 4545 must be free. Check with
netstat -an | findstr 4545(Windows) orlsof -i :4545(macOS). -
Antivirus may block
vastian-backend.exe— add an exception if needed.
More
- vastianconnect.com — Documentation and downloads
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
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
File details
Details for the file vastian-1.0.4.tar.gz.
File metadata
- Download URL: vastian-1.0.4.tar.gz
- Upload date:
- Size: 520.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
126f9325d70e5c7a7b2ae27fcf2f7a968fc027bb0548ab25c442b18f86303a76
|
|
| MD5 |
783d9eae384dad81a4a37a706bd40bbf
|
|
| BLAKE2b-256 |
2930a5913e39403eb7b8cb56073f903d2742ab8a107382a5250f6022a81ffa67
|
File details
Details for the file vastian-1.0.4-py3-none-any.whl.
File metadata
- Download URL: vastian-1.0.4-py3-none-any.whl
- Upload date:
- Size: 532.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b16a42ebe5c998ec8367beb2c1d90509af704979fc4f8fee4c64a4b170b6e9b
|
|
| MD5 |
8cdb0874041419101647d15fad848a0f
|
|
| BLAKE2b-256 |
3c66bfecb698749a06b1c518e0351a79f3ade26127e809742d2bc2613b90d1a7
|