Richard Abrich

Results 141 comments of Richard Abrich

Implemented in https://github.com/OpenAdaptAI/OpenAdapt/pull/618

TODO: - implement `openadapt.adapters.claude` - use claude to extract task description from `screenshot` + `action` - generate log from task descriptions @AvidEslami

@KrishPatel13 I believe this should be closed in favor of https://github.com/OpenAdaptAI/OpenAdapt/pull/744, can you please confirm?

Fixed in https://github.com/OpenAdaptAI/OpenAdapt/pull/628

Hi @hemangjoshi37a , thank you for your interest! Unfortunately at this time, OpenAdapt does not currently support linux for two reasons: 1. This is non-trivial additional effort for minimal gain....

@metatrot thank you for the information! > I just want a super powerful OCR-like tool that works on whole-screen screenshots to give structured output like text, window, buttons and other...

Related, from https://repost.aws/questions/QUgLjWFHjxTIeHMFZMg-aLGg/managing-llm-prompt-flows: > I thought the combination of AWS StepFunctions and Amazon Bedrock might be similar to Promptflow. https://aws.amazon.com/jp/blogs/aws/build-generative-ai-apps-using-aws-step-functions-and-amazon-bedrock/ https://docs.aws.amazon.com/step-functions/latest/dg/sample-bedrock-prompt-chaining.html

Related, from https://www.promptingguide.ai/techniques/ape: - Prompt-OIRL: https://arxiv.org/abs/2309.06553 - OPRO: https://arxiv.org/abs/2309.03409 / https://github.com/google-deepmind/opro - AutoPrompt: https://arxiv.org/abs/2010.15980 - Prefix Tuning: https://arxiv.org/abs/2101.00190 - Prompt Tuning: https://arxiv.org/abs/2104.08691

Related, from https://www.promptingguide.ai/techniques/tot: Tree of thought: https://github.com/princeton-nlp/tree-of-thought-llm / https://github.com/jieyilong/tree-of-thought-puzzle-solver