GithubHelp home page GithubHelp logo

corca-ai / adcio_agent Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 82 KB

adcio_agnet flutter package

License: MIT License

Kotlin 1.19% Ruby 13.56% Swift 6.61% Objective-C 6.15% Dart 61.51% Java 5.36% Shell 5.62%

adcio_agent's Introduction

adcio_agent

pub package

A Flutter plugin that provides a ADCIO Agent Widget service. This is an LLM (GPT)-based chatbot that recommends customized products through conversation.

To learn more about ADCIO, please visit the ADCIO website

Getting Started

To get started with ADCIO account, please register ADCIO account

Usage

NOTE: All adcio packages require the adcio_core package as a dependency and make use of initializeApp() for setup.

There is a simple use example:

import 'package:adcio_placement/adcio_placement.dart';

@override
Widget build(BuildContext context) {
  return Scaffold(
    appBar: AppBar(
      ...
      title: const Text('adcio_agent example app'),
    ),
    body: AdcioAgent(
      onClickProduct: (String productId) {
        log('productId = $productId');

        // Navigation and routing
        final route = MaterialPageRoute(
          builder: (context) => DemoProductPage(
            productId: productId,
          ),
        );
        Navigator.of(context).push(route);
      },
    ),
  );
}

To learn more about usage of plugin, please visit the adcio_agent Usage documentation.

Issues and feedback

If the plugin has issues, bugs, feedback, Please contact [email protected].

adcio_agent's People

Contributors

adbr-dev avatar aahspringaa4 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.