Skip to content

Commit

Permalink
Merge pull request #869 from isamu/agentdoc0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
isamu authored Dec 30, 2024
2 parents bd84969 + 7fddaa3 commit 76be5ad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agentdoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@receptron/agentdoc",
"version": "0.0.9",
"version": "0.0.10",
"description": "GraphAI agent document generator.",
"main": "lib/index.js",
"bin": {
Expand Down
10 changes: 10 additions & 0 deletions packages/agentdoc/templates/readme-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ const graph = new GraphAI(graph_data, agents);
const result = await graph.run();
```

| **Agent** | APIKEY | Stream | Tools | Web | History |
|----------------|----------------------|--------|-------|-------|---------|
| anthropicAgent | ANTHROPIC_API_KEY | Y | N | Y(*1) | Y |
| geminiAgent | GOOGLE_GENAI_API_KEY | Y | Y | ? | Y |
| groqAgent | GROQ_API_KEY | Y | Y | Y(*1) | Y |
| openAIAgent | OPENAI_API_KEY | Y | Y | Y(*1) | Y |
| replicateAgent | REPLICATE_API_TOKEN | N | N | ? | N |

(*1) dangerouslyAllowBrowser

{relatedAgents}

{GraphDataJSON}
Expand Down

0 comments on commit 76be5ad

Please sign in to comment.