Skip to content

DTeam-Top/tsw-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsw-cli

A command line interface for your tiny smart workers.

How to Run

  1. configure your environment
  2. uv sync
  3. source .venv/bin/activate
  4. python cli.py

Note:

  • for environment configuration, you can use the .env.example file
  • normally, each command has a --config option to specify the configuration file. for its details, you can find them in codes.
  • the default PG schema for Knowledge is ai, you can find it with \dn in psql.

MCP Server

prerequisites: add source as the dependency

  • uv add --dev .
  • uv build
  • uv sync

development:

  • test: mcp dev mcp/kb_exploer.py
  • install to claude: mcp install mcp/kb_exploer.py --with-editable .

About

A command line interface for your tiny smart workers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages