Skip to main content

Newbro CLI for the communication-brain / execution-brain runtime prototype

Project description

Newbro logo

Newbro

Newbro is a prototype runtime for AI agents that need to keep talking while long-running work happens in the background. It is not a single chat loop where the same model both replies to the user and drives execution. Instead, Newbro splits the system into a user-facing communication layer, an execution orchestration layer, and a shared blackboard that records the durable state between them.

The goal is to make an agent feel less like a blocking command runner and more like a teammate: it can acknowledge a request, ask clarifying questions, create or update tasks, hand work to executors such as Codex or ACPX, stream progress back through the UI, and later resume the conversation with the current state in view.

This repo contains the backend control plane, protocol models, CLI, executor node runtime, connector host, and React/Vite UI for that experiment.

Repository: https://github.com/AgoraIO-Community/Newbro

Quick Start

Use this path when you want to run Newbro locally from a fresh repo checkout.

./install.sh
./newbro setup
./newbro doctor
./newbro status
./newbro dev

Then open:

http://127.0.0.1:5173

What each command does:

  • ./install.sh creates .venv, installs Python and frontend dependencies, and creates starter config files under ~/.newbro/.
  • ./newbro setup asks for required runtime values such as OPENAI_API_KEY.
  • ./newbro doctor checks local prerequisites.
  • ./newbro status prints a read-only operational view of config, dependencies, ports, local endpoint reachability, connector readiness, and executor-node readiness.
  • ./newbro dev starts the backend on 8000 and the frontend on 5173.

For public hosted deployment, use the Docker-based GitHub Actions path:

GitHub Actions -> GHCR image -> Docker Compose on VPS -> Cloudflare edge

See Public Hosted Deployment for the production path. The older Ubuntu systemd deployment guide remains for repo-checkout hosts.

Docs

Test

.venv/bin/python -m pytest

Frontend build check:

cd src/newbro/ui
npm run build

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

newbro_cli-0.1.10.tar.gz (222.1 kB view details)

Uploaded Source

Built Distribution

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

newbro_cli-0.1.10-py3-none-any.whl (295.2 kB view details)

Uploaded Python 3

File details

Details for the file newbro_cli-0.1.10.tar.gz.

File metadata

  • Download URL: newbro_cli-0.1.10.tar.gz
  • Upload date:
  • Size: 222.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for newbro_cli-0.1.10.tar.gz
Algorithm Hash digest
SHA256 1bb5f71a4ef6b95fc0e3e6464a639d55bd0e78bddc5a3996988fe7bf9a8b1d33
MD5 2854e3c530165ee6733b5a52339acd34
BLAKE2b-256 bbc1a9592b3a62dccde65ebfa486154ecc635b098ec61f04345ad48916b5e90b

See more details on using hashes here.

Provenance

The following attestation bundles were made for newbro_cli-0.1.10.tar.gz:

Publisher: publish-pypi.yml on AgoraIO-Community/Newbro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file newbro_cli-0.1.10-py3-none-any.whl.

File metadata

  • Download URL: newbro_cli-0.1.10-py3-none-any.whl
  • Upload date:
  • Size: 295.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for newbro_cli-0.1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 6b57da8eaf3f0a0d55a97c5952c90f608c61f72606622b6aa65f51cc2cd0b3ce
MD5 122096301769a81172528b57cb768250
BLAKE2b-256 6891eff7ee7f64d49ea9802b785440da58a7a038206b6c8c6f60db9a3866f0ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for newbro_cli-0.1.10-py3-none-any.whl:

Publisher: publish-pypi.yml on AgoraIO-Community/Newbro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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