neuro-san-studio

A playground for neuro-san

24 articles 340 View on GitHub ↗
24 articles
How to Contribute to Neuro SAN Studio: A Complete Guide to Code Standards and Pull Requests

Contribute to Neuro SAN Studio by forking the repo, setting up Python 3.12+, branching, and following Ruff and pylint code standards. Submit your pull request with our guide.

how-to-guide
Feb 27, 2026
How to Configure Multi-Profile AWS Credentials for Bedrock Models in Neuro-San

Configure multi-profile AWS credentials for Bedrock models in Neuro-San Studio. Easily switch profiles by setting credentials_profile_name in your agent-network HOCON file for flexible access.

how-to-guide
Feb 27, 2026
How to Create Custom LangChain LLM Factories for Unsupported Providers in Neuro-San

Integrate unsupported LLM providers into Neuro-San Studio. Learn to subclass LangChainLlmFactory, override create_llm, and register your custom factory for seamless integration.

how-to-guide
Feb 27, 2026
How to Use Optional Environment Variable Substitution with ${?...} Syntax in Neuro San Studio

Learn to use optional environment variable substitution with ${?...} syntax in Neuro San Studio HOCON files. Silently omit lines when variables are absent for cleaner configurations.

how-to-guide
Feb 27, 2026
How to Run Neuro SAN with Ollama Models Locally or in Docker

Easily run Neuro SAN with Ollama models locally or in Docker. Configure llm_config for offline agent networks with full tool-calling support. Get started now.

how-to-guide
Feb 27, 2026
How to Handle Security Boundaries with sly_data in Neuro SAN Studio: A Complete Guide

Master security boundaries with sly_data in Neuro SAN Studio. Learn to prevent secret leakage by correctly handling to_downstream, from_downstream, and to_upstream data with this complete guide.

how-to-guide
Feb 27, 2026
How to Configure Tool Arguments Override in Agent Network Config in Neuro-San Studio

Learn to configure tool arguments override in Neuro-San Studio by adding a tool_args block to your agent network HOCON file for runtime merging with toolbox defaults.

how-to-guide
Feb 27, 2026
How to Use the Agent Network Designer to Generate Agent Networks from Natural Language

Learn how to use the Agent Network Designer to generate agent networks from natural language. Convert plain language into multi agent systems with this powerful tool.

how-to-guide
Feb 27, 2026
How to Write Tests for Neuro SAN Agent Networks: A Complete Guide

Master Neuro SAN agent network testing with DynamicHoconUnitTests. Drive live servers, assert responses, tool calls, and memory updates directly in HOCON fixtures.

how-to-guide
Feb 27, 2026
How to Organize and Reorganize Agent Networks in Neuro-SAN Studio

Organize agent networks in Neuro-SAN Studio by placing HOCON files in registries and updating manifest.hocon. Discover how FileSystemAgentNetworkPersistor streamlines this process.

how-to-guide
Feb 27, 2026
How to Use Environment Variable Substitution in HOCON Configuration in Neuro-SAN Studio

Learn to use environment variable substitution in HOCON configurations with `${VAR}` for required and `${?VAR}` for optional variables. Streamline your Neuro-SAN Studio setup.

how-to-guide
Feb 27, 2026
How to Configure Logging and Traceability in Neuro SAN: Complete Setup Guide

Master Neuro SAN logging and traceability setup. This guide details its three-layer observability stack including HOCON logging, Rich formatting, and OpenTelemetry tracing for enhanced insights.

how-to-guide
Feb 27, 2026

Have a question about this repo?

These articles cover the highlights, but your codebase questions are specific. Give your agent direct access to the source. Share this with your agent to get started:

Share the following with your agent to get started:
curl -s "https://instagit.com/install.md"

Works with
Claude Codex Cursor VS Code OpenClaw Any MCP Client

Maintain an open-source project? Get it listed too →