# NOMOS > Build Agents you can Audit ## Docs - [Flows](https://nomos.dowhile.dev/building-blocks/flows.md): NOMOS lets you group related steps into flows with shared context and components, making it easy to manage complex, stateful workflows. - [LLM](https://nomos.dowhile.dev/building-blocks/llm-support.md): Learn about the multiple LLM providers supported by NOMOS - [Steps](https://nomos.dowhile.dev/building-blocks/steps.md): Steps are the fundamental building blocks of NOMOS agents. Each step represents a discrete phase in your agent's workflow with specific responsibilities, available tools, and transition logic. This step-based architecture is what makes NOMOS agents testable, maintainable, and reliable. - [Contributing Guidelines](https://nomos.dowhile.dev/community/contributing.md): Learn how to contribute to the NOMOS project and help build the future of AI agents - [Community](https://nomos.dowhile.dev/community/index.md): Join the NOMOS community and learn how to contribute to the project - [Showcase](https://nomos.dowhile.dev/community/showcase.md): Discover amazing projects and agents built with NOMOS - [Frequently Asked Questions](https://nomos.dowhile.dev/community/support/faq.md): Common questions and answers about NOMOS framework - [Support](https://nomos.dowhile.dev/community/support/index.md): Get help with NOMOS - support channels, resources, and contact information - [Privacy Policy](https://nomos.dowhile.dev/community/support/privacy-policy.md): NOMOS Privacy Policy - How we collect, use, and protect your information - [Terms of Service](https://nomos.dowhile.dev/community/support/terms-of-service.md): NOMOS Terms of Service - Legal terms and conditions for using NOMOS - [CLI Usage](https://nomos.dowhile.dev/dev-deploy/cli-usage.md): Complete guide to using the NOMOS CLI for developing and deploying agents - [Configuration](https://nomos.dowhile.dev/dev-deploy/configuration.md): Learn how to configure NOMOS agents using Python API and YAML files - [Deployment](https://nomos.dowhile.dev/dev-deploy/deployment.md): Learn how to deploy NOMOS agents in various environments - [Security](https://nomos.dowhile.dev/dev-deploy/security.md): Comprehensive security features for NOMOS agents - [Getting Started](https://nomos.dowhile.dev/getting-started.md): Learn how to install and set up NOMOS for building LLM-powered agents - [Examples](https://nomos.dowhile.dev/guides/index.md): Explore real-world NOMOS agent examples and use cases - [Introduction](https://nomos.dowhile.dev/intro.md): Build Agents you can Audit - [KOSMOS Platform](https://nomos.dowhile.dev/kosmos.md): The Vercel for AI Agents - Deploy, Scale, and Monitor with Zero Ops - [Architecture](https://nomos.dowhile.dev/nomos/architecture.md): Comprehensive architecture overview of the NOMOS framework - [Philosophy](https://nomos.dowhile.dev/nomos/philosophy.md): The core principles and design philosophy behind NOMOS - [vs Other Frameworks](https://nomos.dowhile.dev/nomos/vs-other-frameworks.md): How NOMOS compares to other AI agent frameworks - [Observability](https://nomos.dowhile.dev/qa/observability.md): Monitor, trace, and debug your NOMOS agents with comprehensive observability features - [Testing](https://nomos.dowhile.dev/qa/testing.md): NOMOS brings software engineering best practices to AI agent development, making it possible to apply traditional testing methodologies to ensure your agents behave reliably and predictably. - [Python SDK](https://nomos.dowhile.dev/sdks/python-sdk.md): The Nomos Python SDK provides a typed, async-first client library for connecting to hosted Nomos agents. It supports both stateful sessions and stateless chat modes with comprehensive authentication options. - [TypeScript SDK](https://nomos.dowhile.dev/sdks/typescript-sdk.md): The Nomos TypeScript SDK provides a fully typed, promise-based client library for connecting to Nomos agents. It works in both Node.js and browser environments with comprehensive authentication support. - [External Tools](https://nomos.dowhile.dev/tools/external-tools.md): Integrate Python packages, CrewAI tools, LangChain tools, and external APIs directly - [Introduction](https://nomos.dowhile.dev/tools/index.md): Tools are the hands and eyes of your NOMOS agent—they enable interaction with external systems, data processing, and action execution. NOMOS provides a flexible and secure tool integration system that gives agents capabilities while maintaining control and auditability. - [Security & Best Practices](https://nomos.dowhile.dev/tools/security-best-practices.md): Security considerations, testing strategies, and best practices for tool development