ix icon indicating copy to clipboard operation
ix copied to clipboard

Autonomous GPT-4 agent platform

Results 22 ix issues
Sort by recently updated
recently updated
newest added

### Description This PR adds `State Machine` component that compiles into a LangGraph state machine. State machines may be used to create custom agent components and to create collaborative flows....

### Description The Chat root can now configure which property is mapped to the chat_root. This will be used to auto-map input sent from the UI to simplify integration. Part...

When running the examples most of them seem to throw an error. It seems like the Chat Input is not being parsed correctly. Looking at the example Ingest Url chain...

### Description This PR adds models, API, and UX for importing and using remote[LangServe](https://github.com/langchain-ai/langserve) instances in IX workflows. LangServe instances are chains that run inside a FastAPI app. This is...

### Description Adding FlowEdge, a custom ReactFlow edge with a button in the center. Intended to simplify the flow for some common transforms between nodes. ![image](https://github.com/kreneskyp/ix/assets/68635/4b694664-0a0d-4933-987f-1dfb6f92919f) ### Changes [List out...

3d-b129-d4d6d8311c50 message_id=bd76ec63-538b-46c2-bec3-a306b0decd27 error_type=RateLimitError 2023-12-22 14:24:45 [2023-12-22 20:24:45,459: ERROR/MainProcess] @@@@ EXECUTE ERROR Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. For...

I just found out about that impressive work, which has be done here. Is there a plan to support Local LLMs and custom API-Points or something like openrouter.ai or even...

New chat workflow currently creates a new chat whenever the "new chat" button is clicked. This was an easy way to start chats but it results in a lot of...

I am trying to add memory to a chain. I want to use conversation summary buffer because the generated information is bound to get large. Here is my configuration: ![image](https://github.com/kreneskyp/ix/assets/3164663/ee2d3fc3-a09a-4af5-8537-90965928daec)...