You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "agently",
3
-
"version": "1.1.2-1",
3
+
"version": "1.1.3",
4
4
"description": "🤵 Agently is a framework helps developers to create amazing LLM based applications.\n🎭 You can use it to create an LLM bansed agent instance with role set and memory easily.\n⚙️ You can use Agently agent instance just like an async function and put it anywhere in your code.\n🧩 With the easy-to-plug-in design, you can easily append new LLM API/private API/memory management methods/skills to your Agently agent instance.\n⚠️ Notice: Agently is a node.js package only works on the server-side.",
content+=`TYPE: ${prompt.multiOutput[i].type} can be parsed in Python\n\nFORMAT DEFINITION:\n\n\`\`\`${prompt.multiOutput[i].type}\n${format.toJSONString(prompt.multiOutput[i].desc)}\n\`\`\`\n\n`
content+=`TYPE: ${prompt.output.type} can be parsed in Python\n\nFORMAT DEFINITION:\n\n\`\`\`${prompt.output.type}\n${format.toJSONString(prompt.output.desc)}\n\`\`\`\n\n`
0 commit comments