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 minor fix

Hi, I don't know how to resolve this issue. What might be the cause of this error?

Implement a memory component that adds `TaskLogMessage` (chat messages) to the context. Should be implemented as a Langchain memory class and be loadable via config. There is existing code from...

Implement a langchain memory class + config loader for artifacts. Artifacts referenced in chat messages should be added to the context when prompting the agent. This ticket is for a...

Tasks and artifacts do not refresh when created by the agent. Need to implement: - graphql subscription class - react hook/component for receiving updates see `useChatMessageSubscription` for reference

The introduction of chains introduced several issues with `THINK` / `THOUGHT` messages: - usage is not reported in responses from langchain chains. - a chain can have multiple THINK/THOUGHT messages...

### Description Adding a FAISS plugin ### Changes [List out the changes you've made in this pull request. Be as specific as possible.] ### How Tested [Explain how you tested...

### Description Add Milvus VectorMemory plugin. ### Changes [List out the changes you've made in this pull request. Be as specific as possible.] ### How Tested [Explain how you tested...

Hi, I bootstrapped ix with the docker solution and tried to do build a RAG agent with huggingface embedding, which needs sentence-transformers the python lib. But it seems that sentence-transformers...