Nous
About
TypedAI (the project in the TrafficGuard/nous repository) is a TypeScript platform for building autonomous agents, LLM workflows, and chatbots without LangChain, using static typing and simple control flow so behavior is debuggable with ordinary breakpoints. Its software-engineering agents cover local code editing with an edit-compile-lint-test-fix loop, ticket-to-PR workflows across GitHub and GitLab, and configurable code review with inline merge request comments. Function schemas are generated from source via a decorator, avoiding duplicate schema definitions. Deployment spans local CLI, Docker, or scale-to-zero Google Cloud Run with SSO, and the codebase is partly maintained by its own agents. A web UI and Slack chatbot provide interfaces beyond the terminal.