docs: Add documentation for eloquent-agents#3
Conversation
Add docs.json manifest and 10 markdown files covering installation, quick start, harnesses, built-in tools, custom tools, security model, engine abstraction, MCP support, console commands, and prompts.
Code Review SummaryThe documentation for 🚀 Key Improvements
💡 Minor Suggestions
|
| # Groq | ||
| GROQ_API_KEY= |
There was a problem hiding this comment.
Looks like you have a typo here. Are you trying to reference GROK?
There was a problem hiding this comment.
I think that's how its spelt, Elon is a weird dude you know
|
It's Grok with K.
Check this article
https://groq.com/blog/hey-elon-its-time-to-cease-de-grok
Kofi Mokome, MTech
LinkedIn <https://www.linkedin.com/in/kofimokome/> | X (Twitter)
<https://twitter.com/kofimokome> | Website <https://kofimoko.me> | Medium
***@***.***>
Le jeu. 2 juil. 2026 à 22:44, F. E Noel Nfebe ***@***.***> a
écrit :
… ***@***.**** commented on this pull request.
------------------------------
In docs/installation.md
<#3 (comment)>
:
> +# Groq
+GROQ_API_KEY=
I think that's how its spelt, Elon is a weird dude you know
—
Reply to this email directly, view it on GitHub
<#3?email_source=notifications&email_token=AFA7S63PRS75LPBLVMG4T4T5C3JTDA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTINRSGEZTINZQGEYKM4TFMFZW63VQOJSXM2LFO5PXEZLROVSXG5DFMSSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#discussion_r3516261497>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFA7S64VHYIDMGMKQ5ZV47D5C3JTDAVCNFSNUABGKJSXA33TNF2G64TZHMYTENRZGM3TIMJYHA5US43TOVSTWNBXGQZDKMBQGUZTPILWAI>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AFA7S6Y32JIL4UKSWS6NVG35C3JTDA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTINRSGEZTINZQGEYKM4TFMFZW63VQOJSXM2LFO5PXEZLROVSXG5DFMSSWK5TFNZ2KUZTPN52GK4S7NFXXG>
and Android
<https://github.com/notifications/mobile/android/AFA7S66RXMVA662SMMQMLP35C3JTDA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTINRSGEZTINZQGEYKM4TFMFZW63VQOJSXM2LFO5PXEZLROVSXG5DFMSSWK5TFNZ2K4ZTPN52GK4S7MFXGI4TPNFSA>.
Download it today!
You are receiving this because your review was requested.Message ID:
***@***.***>
|
|
@kofimokome updated to use (xAI/Grok provider) per your review. The original used which is for Groq Inc., not xAI. |
| - `id` (number, optional) - Record id, required for update. | ||
| - `values` (string) - JSON object of column-value pairs. |
There was a problem hiding this comment.
Clarify that the values parameter for eloquent.write should be a JSON-encoded string, as LLMs might try to pass a raw object depending on the engine implementation.
| - `id` (number, optional) - Record id, required for update. | |
| - `values` (string) - JSON object of column-value pairs. | |
| - `values` (string) - JSON-encoded object of column-value pairs (e.g., '{"amount": 10}'). |
I don't think you needed to change it. I was simply asking a question. Anyway, let @nfebe confirm whether he intended to use Groq or Grok. |
Add docs.json manifest and 10 markdown files covering installation, quick start, harnesses, built-in tools, custom tools, security model, engine abstraction, MCP support, console commands, and prompts.