10cl Chatdev Versions Save

ChatDev IDE is an tools for building your ai agent, Whether it's NPCs in games or powerful agent tools, you can design what you want for this platform.

chatdev1.5.0

3 weeks ago
  1. Core structure: promptflowx
  2. Game Window in submodule: generative_agents_dev
  3. API Update

chatdev1.4.0

4 months ago
  1. add langchain support
  2. add knowledge storage for document embedding.
  3. memory support for ville or document.
  4. web preview can edit.
  5. all in web(embedding use wasm embedding in browser, vector store use Browser memory, cache in disk)

chatdev1.3.2

4 months ago
  1. WorkSpace
  2. Agent Cloud upload
  3. New Agent
  4. NPC add perceive for event & space

chatdev1.3.0

5 months ago
  1. change all mark position or NPC to GPTs
  2. node support request any api or url
  3. when func is Javascript, is scope is window, so you can write any js code you want
  4. add Jquery & Readability in func, so you can use $, or var article = new Readability(document).parse(); extract text

chatdev1.2.4

5 months ago

fix chatgpt webapp api

chatdev1.2.3

5 months ago

chatdev1.2.2

6 months ago
  1. PromptIDE
  2. GPTs Community

chatdev1.2.1

6 months ago

chatdev1.1.3

6 months ago
  • Flow_Dag_Yaml prompt type Add config prompt type, that is, do not send this node to the large model, and directly return the path content for parsing (Add Planning_Task_Team_Org configuration of NPC participating in the meeting)
  • Mouse over the markers (NPCs, furniture, etc.) to display prompt description and edit button
  • Default speed increased from 0.5 to 1, and reduced to 0.5 when chatting with NPCs
  • When starting a round table, automatically select the appropriate meeting address, draw the area of the meeting, and temporarily stop the player action.
  • The round table automatically ends when the player leaves the round table area
  • When you get close to an NPC, draw the area of the chat
  • When the NPC is less than 400 away from the player, the current activity record is not output, the distance is less than 100 and the chat is automatically requested, and the chat is automatically ended when the NPC is out of the chat area (> 200)
  • The icon in the upper left corner only keeps the button to control the volume, and cancelling the switch and one-click home function of the control prompt
  • Reduce the location change of the mark point, and support the mark address can be customized prompt, the location is defined as "Position_base64(xxx)"
  • Chat record storage is changed from localStorage to indexDb to prevent temporary over limit problems
  • Fixed an issue where the time loop would return home
  • Issue with modified air cannon messages

chatdev1.1.1

7 months ago
  1. prompt flow double-click the editable node
  2. Import or export all configurations
  3. prompt library sharing
  4. fix bug