Skip to content

Commit

Permalink
finish rename
Browse files Browse the repository at this point in the history
  • Loading branch information
anamhira47 committed Oct 27, 2024
1 parent 5820ecf commit acc3f38
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages_dir: artifact/
packages-dir: artifact/
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Mobileadapt: Crossplatform Mobile LLM Agents
# CogniSIM: Crossplatform Mobile LLM Agents

For cross platform LLM agentic testing

Control and get LLM readable state from IOS and ANDROID


Mobileadapt is a powerful tool built on top of Appium that enables the creation of mobile LLM (Language Model) agents for android, and ios . This project aims to bridge the gap between large language models and mobile device interaction, allowing for more sophisticated automation and testing capabilities.

## Documentation

Expand All @@ -10,6 +14,8 @@ For full documentation, visit [mobileadapt.revyl.ai](https://mobileadapt.revyl.a
## Key Features

- **Android Support**: Works seamlessly with Android devices and emulators.

- **IOS Support**: Works seamlessly with Android devices and emulators.
- **Appium Integration**: Leverages the power of Appium for reliable mobile automation.
- **LLM Agent Compatibility**: Designed to work seamlessly with language model agents.
- **iOS Support**: Coming soon!
Expand Down Expand Up @@ -149,7 +155,7 @@ Mobileadapt is released under the MIT License. See the [LICENSE](https://github.
```
bibtex
@misc{revylai2024mobileadapt,
title = {Mobileadapt},
title = {Cognisim},
author = {Anam Hira, Landseer Enga, Aarib Sarker, Wasif Sarker, Hanzel Hira, Sushan Leel},
year = {2024},
howpublished = {GitHub},
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
long_description = fh.read()

setup(
name="mobileadapt",
name="cognisim",
version="0.1.0",
author="Revyl AI",
author_email="[email protected]",
description="A package for mobile app adaptation and testing",
description="A package for cross platform LLM agentic testing",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/revyl-ai/mobileadapt",
Expand Down

0 comments on commit acc3f38

Please sign in to comment.