Skip to content

Commit 0fb040b

Browse files
MarcusBotclaude
authored andcommitted
docs(readme): add booking link for commercial/setup inquiries
Add a 'Talk to the team' section before License, a book-a-call link in the commercial-license row, and a footer CTA — all pointing to the ForestHub appointment scheduler. foresthub.ai is referenced at each touchpoint. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b12e5ef commit 0fb040b

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,17 @@ Do not open public issues for security vulnerabilities. Use [GitHub private vuln
310310

311311
---
312312

313+
## Talk to the team
314+
315+
Using `edge-agents` in a product, need a license that isn't AGPL-compatible, or want
316+
help getting an agent onto your hardware? Talk to the people who build it at
317+
[ForestHub](https://foresthub.ai):
318+
319+
- 📅 **Book a 30-min call**https://calendar.app.google/FZ93vzS5zMBc4Kjs7
320+
- ✉️ **Email**root@foresthub.ai
321+
322+
---
323+
313324
## License
314325

315326
`edge-agents` uses a **two-tier license model** designed to make the wire format and the headless workflow model maximally reusable while keeping the engine and the visual builder protected under copyleft.
@@ -318,7 +329,7 @@ Do not open public issues for security vulnerabilities. Use [GitHub private vuln
318329
| ---------------------------------------------------------------------------------- | ----------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
319330
| [`contract/`](contract) (OpenAPI schemas) | **Apache-2.0** | Wire format. Third-party Python, Rust, or Java clients should be free to implement against it. |
320331
| [`ts/workflow-core`](ts/workflow-core) (headless model) | **Apache-2.0** | Workflow model and validation. Same reasoning — should be embeddable into any TypeScript/JavaScript project without copyleft friction. |
321-
| [`go/`](go) (engine, LLM proxy, drivers) | **AGPL-3.0-only** or **commercial** | Keeps hosted "edge-agents as a service" offerings honest. For commercial use cases incompatible with AGPL, contact **root@foresthub.ai**. |
332+
| [`go/`](go) (engine, LLM proxy, drivers) | **AGPL-3.0-only** or **commercial** | Keeps hosted "edge-agents as a service" offerings honest. For commercial use cases incompatible with AGPL, [book a call](https://calendar.app.google/FZ93vzS5zMBc4Kjs7) or contact **root@foresthub.ai**. |
322333
| [`ts/workflow-builder`](ts/workflow-builder) (React canvas) | **AGPL-3.0-only** or **commercial** | Same dual-license terms as the engine. |
323334
| [`ts/workflow-cli`](ts/workflow-cli) (`@foresthubai/workflow-cli` + reference SPA) | **AGPL-3.0-only** or **commercial** | Bundles the AGPL builder; same dual-license terms. |
324335

@@ -328,4 +339,4 @@ Third-party components retain their own licenses; see [THIRD_PARTY_NOTICES](THIR
328339

329340
---
330341

331-
Built by [ForestHub](https://foresthub.ai) — the platform for embedded and edge AI agents.
342+
Built by [ForestHub](https://foresthub.ai) — the platform for embedded and edge AI agents. Questions or a commercial use case? **[Book a call](https://calendar.app.google/FZ93vzS5zMBc4Kjs7).**

0 commit comments

Comments
 (0)