Well engineered for its size. A portfolio piece worth showing off.
The first comprehensive open-source AI-native framework for CRE acquisitions, turning diligence, underwriting, financing, legal, and closing into executable agent workflows.
Documentation
99
Contributing guide is detailed and thorough.
README is present.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
74
No linter or formatter found.
→ Add ESLint (eslint.config.js) and/or Prettier (.prettierrc), install them as devDependencies, and add a `lint` script to package.json.
CI is configured (.github/workflows/ci.yml).
Lockfile present (package-lock.json). Installs are reproducible.
Test files detected (dashboard/e2e/agent-panel.spec.ts).
Issue or PR templates present.
Project health
95
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 28Forks
- 16Releaseslatest 1mo ago
Community
- —Community health
- —authors own >50% of commits
- 81Watchers
Responsiveness
- —Median issue response
- <1hMedian PR merge time
- 1Open issues
Repository files46 root entries
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Issue or PR templates present.
- agents
- config
- dashboardGood: Test files detected (dashboard/e2e/agent-panel.spec.ts).
- data
- demo
- docs
- documents
- eval
- fixtures
- orchestrators
- schemas
- scripts
- skills
- tasks
- templates
- validation
- .gitattributes
- .gitignoreGood: .gitignore present.
- AUDIT-BLOCKERS.md
- AUDIT-PROGRESS.md
- CHANGELOG.md
- CITATION.cff
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- EVAL-PLAN.md
- LAUNCH.md
- LICENSEGood: Licensed under Apache-2.0.
- NOTICE
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- RELEASE_NOTES_v1.1.0.md
- RELEASE_NOTES_v2.0.0.md
- RELEASE_NOTES_v2.1.0.md
- RELEASE_NOTES_v2.2.0.md
- RELEASE_NOTES_v2.3.0.md
- RELEASE_NOTES_v2.4.0.md
- RELEASE_NOTES_v2.5.0.md
- RELEASE_NOTES_v2.6.0.md
- RELEASE_NOTES_v3.0.0.md
- RELEASE_NOTES_v3.1.0.md
- RELEASE_NOTES_v3.2.0.md
- RELEASE_NOTES_v3.3.0.md
- ROADMAP.md
- SECURITY.mdGood: Security policy present.