Skip to content

the-flowing/os-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSA (OS-Agent)

Status: Early development. We believe this approach will match or exceed current state-of-the-art coding agents within 6-7 days.

Core Ideas

  • TDD-first planning: Tasks are broken into steps with tests defined upfront
  • Full terminal experience: Prompt terminal commands
  • Focused execution: Approved plans pin to screen, clearing context for implementation

Requirements

Setup

  1. Install dependencies:
bun install

Usage

bun run start

Development

Running Tests

# Run all tests
bun test

# Run only integration tests
bun test src/tests/integration

# Run specific test file
bun test src/tests/plan-tool.test.ts

Tests use Bun's built-in test runner. All test files follow the *.test.ts pattern.

Integration tests are located in src/tests/integration/ and cover end-to-end workflows like the TDD planning cycle.

License

AGPL-3.0


❤️

About

Fast general purpose agent.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published