agentcloud
agentcloud copied to clipboard
Agent Cloud is like having your own GPT builder with a bunch extra goodies. The GUI features 1) RAG pipeline which can natively embed 260+ datasources 2) Create Conversational apps (like GPTs) 3) Crea...
https://langfuse.com/docs/get-started At first, just research the feasibility, etc and comment with thoughts on what it would take to implement @charl3sj .
e.g. in time weighted, we do: ``` def format_results(self, results): self.logger.debug(f"{self.__class__.__name__} results: {results}") return "\n".join( map(lambda x: x if type(x) is str else str({ 'data': x[0].page_content, 'metadata': x[0].metadata, 'time_weight_score': x[1]...
Allow tasks to contain custom input fields when human input is expected Add a form builder inside create task page Display task form when input is required from a user...
Develop