feat: deep-agent canvas, live observability, and multi-environment tooling
Self-hosted platform for building, testing, and shipping LangChain/LangGraph agents. Deep-agent sub-agents on the canvas, a live tracing/observability timeline, auto-provisioned built-in tools with import/export, per-environment tool variables, streamed evaluations, and per-user auth token forwarding.
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Report something that isn't working as expected
|
||||
title: "[bug] "
|
||||
labels: bug
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what's wrong.
|
||||
|
||||
**To reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '…'
|
||||
2. Configure '…'
|
||||
3. Run '…'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
What you expected to happen.
|
||||
|
||||
**Screenshots / logs**
|
||||
If applicable, add screenshots or relevant log output. **Redact any secrets, tokens, or
|
||||
customer data.**
|
||||
|
||||
**Environment**
|
||||
- Forge version / commit SHA:
|
||||
- Deployment: local (SQLite) / Docker (Postgres) / other
|
||||
- OS & browser (for console issues):
|
||||
- Python / Node version (for local dev):
|
||||
|
||||
**Additional context**
|
||||
Anything else that might help — workflow/tool config (redacted), provider, etc.
|
||||
@@ -0,0 +1,8 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: 🔒 Report a security vulnerability
|
||||
url: https://github.com/nihalashetty/Forge/security/advisories/new
|
||||
about: Please report vulnerabilities privately via a GitHub Security Advisory, not a public issue.
|
||||
- name: 💬 Questions & discussion
|
||||
url: https://github.com/nihalashetty/Forge/discussions
|
||||
about: Ask questions and share ideas with the community.
|
||||
@@ -0,0 +1,19 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea or improvement
|
||||
title: "[feat] "
|
||||
labels: enhancement
|
||||
---
|
||||
|
||||
**What problem are you trying to solve?**
|
||||
A clear description of the use case or pain point. "I'm always frustrated when …"
|
||||
|
||||
**Proposed solution**
|
||||
What you'd like Forge to do.
|
||||
|
||||
**Alternatives considered**
|
||||
Other approaches or workarounds you've thought about.
|
||||
|
||||
**Additional context**
|
||||
Mockups, links, related nodes/tools, or examples. Check the
|
||||
[roadmap](../../docs/ROADMAP.md) first — it may already be planned.
|
||||
Reference in New Issue
Block a user